Class ACL


  • public final class ACL
    extends java.lang.Object
    Deprecated.
    this API will probably change incompatibly soon
    An access control list entry. Please note that this API is experimental and will probably change soon when the IETF working group delivers a a new specification.
    Author:
    Chris Burdess
    • Constructor Summary

      Constructors 
      Constructor Description
      ACL​(java.lang.String name)
      Deprecated.
       
      ACL​(java.lang.String name, Rights rights)
      Deprecated.
       
    • Constructor Detail

      • ACL

        public ACL​(java.lang.String name)
        Deprecated.
      • ACL

        public ACL​(java.lang.String name,
                   Rights rights)
        Deprecated.
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated.
      • setRights

        public void setRights​(Rights rights)
        Deprecated.
      • getRights

        public Rights getRights()
        Deprecated.