Class SetAclPaths


  • @ProviderType
    @Deprecated(since="2024-02-12")
    public class SetAclPaths
    extends Operation
    Deprecated.
    Usage of this deprecated API is not supported in AEM as a Cloud Service.
    Set ACL statement that groups a set of AclLines that all refer to the same set of paths.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ACL_OPTION_MERGE
      Deprecated.
      Supported ACL options
      static java.lang.String ACL_OPTION_MERGE_PRESERVE
      Deprecated.
       
      • Fields inherited from class org.apache.sling.repoinit.parser.operations.Operation

        DQUOTE
    • Constructor Summary

      Constructors 
      Constructor Description
      SetAclPaths​(java.util.List<java.lang.String> paths, java.util.List<AclLine> lines)
      Deprecated.
       
      SetAclPaths​(java.util.List<java.lang.String> paths, java.util.List<AclLine> lines, java.util.List<java.lang.String> aclOptions)
      Deprecated.
       
    • Field Detail

      • ACL_OPTION_MERGE

        public static final java.lang.String ACL_OPTION_MERGE
        Deprecated.
        Supported ACL options
        See Also:
        Constant Field Values
      • ACL_OPTION_MERGE_PRESERVE

        public static final java.lang.String ACL_OPTION_MERGE_PRESERVE
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SetAclPaths

        public SetAclPaths​(java.util.List<java.lang.String> paths,
                           java.util.List<AclLine> lines)
        Deprecated.
      • SetAclPaths

        public SetAclPaths​(java.util.List<java.lang.String> paths,
                           java.util.List<AclLine> lines,
                           java.util.List<java.lang.String> aclOptions)
        Deprecated.
    • Method Detail

      • asRepoInitString

        @NotNull
        public @NotNull java.lang.String asRepoInitString()
        Deprecated.
        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 class Operation
        Returns:
        the repoinit string for the operation
      • getPaths

        public java.util.List<java.lang.String> getPaths()
        Deprecated.
      • getLines

        public java.util.Collection<AclLine> getLines()
        Deprecated.
      • getOptions

        public java.util.List<java.lang.String> getOptions()
        Deprecated.