Class EnsureAclPrincipalBased
java.lang.Object
org.apache.sling.repoinit.parser.operations.Operation
org.apache.sling.repoinit.parser.operations.EnsureAclPrincipalBased
Set ACL statement that groups a set of AclLines
  that all refer to the same set of principals.
  Fails in case the principal ACLs cannot be applied for some reason.
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.apache.sling.repoinit.parser.operations.Operation
cleanupQuotedString, toString 
- 
Field Details
- 
ACL_OPTION_MERGE
Supported ACL options- See Also:
 
 - 
ACL_OPTION_MERGE_PRESERVE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
EnsureAclPrincipalBased
 - 
EnsureAclPrincipalBased
 
 - 
 - 
Method Details
- 
getParametersDescription
 - 
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
 
 - 
getPrincipals
 - 
accept
 - 
getLines
 - 
getOptions
 
 -