|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.javamail.store.imap.ACL
public class ACL
A named access control list for IMAP resources.
| Constructor Summary | |
|---|---|
ACL(String name)
Create an ACL for a resource. |
|
ACL(String name,
Rights rights)
Create a named ACL instance with an initial Rights set. |
|
| Method Summary | |
|---|---|
protected Object |
clone()
Creates and returns a copy of this object. |
String |
getName()
Get the ACL name. |
Rights |
getRights()
Get the Rights associated with this ACL. |
void |
setRights(Rights rights)
Set a new set of Rights for this ACL instance. |
| 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 name of the resource.
public ACL(String name,
Rights rights)
name - The name of the resouce this ACL applies to.rights - The Rights associated with this resource.| Method Detail |
|---|
public String getName()
public Rights getRights()
public void setRights(Rights rights)
rights - The new Rights set.
protected Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||