|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.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.
| 构造方法摘要 | |
|---|---|
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. |
|
| 方法摘要 | |
|---|---|
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. |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ACL(String name)
name - the identifier name
public ACL(String name,
Rights rights)
name - the identifier namerights - the rights| 方法详细信息 |
|---|
public String getName()
public void setRights(Rights rights)
rights - the rightspublic Rights getRights()
public Object clone()
throws CloneNotSupportedException
Object 中的 cloneCloneNotSupportedException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||