Class AclLine


  • @ProviderType
    @Deprecated(since="2024-02-12")
    public class AclLine
    extends java.lang.Object
    Deprecated.
    Usage of this deprecated API is not supported in AEM as a Cloud Service.
    A single "set ACL" or "remove ACL" line
    • Method Detail

      • getProperty

        public java.util.List<java.lang.String> getProperty​(java.lang.String name)
        Deprecated.
        Return the named multi-value property, or an empty list if not found.
        Parameters:
        name - the property to get the value of
        Returns:
        the value of the property.
      • setProperty

        public void setProperty​(java.lang.String name,
                                java.util.List<java.lang.String> values)
        Deprecated.
      • setRestrictions

        public void setRestrictions​(java.util.List<RestrictionClause> restrictions)
        Deprecated.
      • getRestrictions

        public java.util.List<RestrictionClause> getRestrictions()
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object