|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.mail.imap.ACL
public class ACL
An access control list entry for a particular authentication identifier (user or group). Associates a set of Rights with the identifier. See RFC 2086.
Constructor Summary | |
---|---|
ACL(String name)
Construct an ACL entry for the given identifier and with no rights. |
|
ACL(String name,
Rights rights)
Construct an ACL entry for the given identifier with the given rights. |
Method Summary | |
---|---|
Object |
clone()
Clone this ACL entry. |
String |
getName()
Get the identifier name for this ACL entry. |
Rights |
getRights()
Get the rights associated with this ACL entry. |
void |
setRights(Rights rights)
Set the rights associated with this ACL entry. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ACL(String name)
name
- the identifier namepublic ACL(String name, Rights rights)
name
- the identifier namerights
- the rightsMethod Detail |
---|
public String getName()
public void setRights(Rights rights)
rights
- the rightspublic Rights getRights()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |