Package gnu.mail.providers.imap
Class ACL
- java.lang.Object
-
- gnu.mail.providers.imap.ACL
-
public final class ACL extends java.lang.Object
Deprecated.this API will probably change incompatibly soonAn 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getName()
Deprecated.Rights
getRights()
Deprecated.void
setRights(Rights rights)
Deprecated.
-
-
-
Constructor Detail
-
ACL
public ACL(java.lang.String name)
Deprecated.
-
ACL
public ACL(java.lang.String name, Rights rights)
Deprecated.
-
-