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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getParametersDescription()
String
getPath()
String
getUsername()
boolean
isForcedPath()
-
Methods inherited from class org.apache.sling.repoinit.parser.operations.Operation
accept, asRepoInitString, cleanupQuotedString, toString
-
-
-
-
Field Detail
-
username
protected final String username
-
-
Method Detail
-
getParametersDescription
protected String getParametersDescription()
- Specified by:
getParametersDescription
in classOperation
-
getUsername
public String getUsername()
-
getPath
public String getPath()
-
isForcedPath
public boolean isForcedPath()
-
-