gnu.mail.providers.imap
public final class ACL extends 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.Constructor Summary | |
---|---|
ACL(String name) | |
ACL(String name, Rights rights) |
Method Summary | |
---|---|
String | getName() |
Rights | getRights() |
void | setRights(Rights rights) |