Class ACL
java.lang.Object
com.sun.mail.imap.ACL
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ACL
Construct an ACL entry for the given identifier and with no rights.- Parameters:
name- the identifier name
-
ACL
-
-
Method Details
-
getName
-
setRights
Set the rights associated with this ACL entry.- Parameters:
rights- the rights
-
getRights
Get the rights associated with this ACL entry. Returns the actual Rights object referenced by this ACL; modifications to the Rights object will effect this ACL.- Returns:
- the rights
-
clone
Clone this ACL entry.- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-