Class ServiceUserOperation
java.lang.Object
org.apache.sling.repoinit.parser.operations.Operation
org.apache.sling.repoinit.parser.operations.ServiceUserOperation
- Direct Known Subclasses:
CreateServiceUser,DeleteServiceUser,DisableServiceUser
@ProviderType public abstract class ServiceUserOperation extends Operation
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringusername -
Method Summary
Modifier and Type Method Description protected java.lang.StringgetParametersDescription()java.lang.StringgetPath()java.lang.StringgetUsername()booleanisForcedPath()Methods inherited from class org.apache.sling.repoinit.parser.operations.Operation
accept, asRepoInitString, cleanupQuotedString, toString
-
Field Details
-
username
protected final java.lang.String username
-
-
Method Details
-
getParametersDescription
protected java.lang.String getParametersDescription()- Specified by:
getParametersDescriptionin classOperation
-
getUsername
public java.lang.String getUsername() -
getPath
public java.lang.String getPath() -
isForcedPath
public boolean isForcedPath()
-