Class AclLine


  • @ProviderType
    public class AclLine
    extends java.lang.Object
    A single "set ACL" or "remove ACL" line
    • Method Detail

      • getProperty

        public java.util.List<java.lang.String> getProperty​(java.lang.String name)
        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)
      • setRestrictions

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

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