Class DisableServiceUser
java.lang.Object
org.apache.sling.repoinit.parser.operations.Operation
org.apache.sling.repoinit.parser.operations.ServiceUserOperation
org.apache.sling.repoinit.parser.operations.DisableServiceUser
- 
Field Summary
Fields inherited from class org.apache.sling.repoinit.parser.operations.ServiceUserOperation
username - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoid@NotNull StringConverts this operation instance to a RepoInit string representation including the current operation parameters.getPath()booleanbooleanvoidsetServiceUser(boolean b) Methods inherited from class org.apache.sling.repoinit.parser.operations.ServiceUserOperation
getUsernameMethods inherited from class org.apache.sling.repoinit.parser.operations.Operation
cleanupQuotedString, toString 
- 
Constructor Details
- 
DisableServiceUser
 
 - 
 - 
Method Details
- 
setServiceUser
public void setServiceUser(boolean b)  - 
getParametersDescription
- Overrides:
 getParametersDescriptionin classServiceUserOperation
 - 
asRepoInitString
Description copied from class:OperationConverts 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:
 asRepoInitStringin classOperation- Returns:
 - the repoinit string for the operation
 
 - 
accept
 - 
getReason
 - 
isServiceUser
public boolean isServiceUser() - 
getPath
 - 
isForcedPath
public boolean isForcedPath() 
 -