| java.lang.Object | |
| ↳ | com.google.code.com.sun.mail.imap.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.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| name | |||||||||||
| rights | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct an ACL entry for the given identifier and with no rights.
| |||||||||||
Construct an ACL entry for the given identifier with the given rights.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clone this ACL entry.
| |||||||||||
Get the identifier name for this ACL entry.
| |||||||||||
Get the rights associated with this ACL entry.
| |||||||||||
Set the rights associated with this ACL entry.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Construct an ACL entry for the given identifier and with no rights.
| name | The identifier name |
|---|
Construct an ACL entry for the given identifier with the given rights.
| name | The identifier name |
|---|---|
| rights | The rights |
Clone this ACL entry.
| CloneNotSupportedException |
|---|
Get the identifier name for this ACL entry.
Get the rights associated with this ACL entry. Returns the actual Rights object referenced by this ACL; modifications to the Rights object will effect this ACL.
Set the rights associated with this ACL entry.
| rights | The rights |
|---|