Class CreateServiceUser
java.lang.Object
org.apache.sling.repoinit.parser.operations.Operation
org.apache.sling.repoinit.parser.operations.ServiceUserOperation
org.apache.sling.repoinit.parser.operations.CreateServiceUser
-
Field Summary
Fields inherited from class org.apache.sling.repoinit.parser.operations.ServiceUserOperation
username
-
Constructor Summary
ConstructorDescriptionCreateServiceUser
(String username) CreateServiceUser
(String username, WithPathOptions wph) -
Method Summary
Methods inherited from class org.apache.sling.repoinit.parser.operations.ServiceUserOperation
getUsername
Methods inherited from class org.apache.sling.repoinit.parser.operations.Operation
cleanupQuotedString, toString
-
Constructor Details
-
CreateServiceUser
-
CreateServiceUser
-
-
Method Details
-
accept
-
getParametersDescription
- Overrides:
getParametersDescription
in classServiceUserOperation
-
asRepoInitString
Description copied from class:Operation
Converts this operation instance to a RepoInit string representation including the current operation parameters. The representation must be parsable back into an equivalent operation and must end with a OS-compatible line separator.- Specified by:
asRepoInitString
in classOperation
- Returns:
- the repoinit string for the operation
-
getPath
-
isForcedPath
public boolean isForcedPath()
-