|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.mail.providers.imap.ACL
public final class ACL
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)
Deprecated. |
|
ACL(String name,
Rights rights)
Deprecated. |
Method Summary | |
---|---|
String |
getName()
Deprecated. |
Rights |
getRights()
Deprecated. |
void |
setRights(Rights rights)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ACL(String name)
public ACL(String name, Rights rights)
Method Detail |
---|
public String getName()
public void setRights(Rights rights)
public Rights getRights()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |