|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.sun.mail.imap.Rights.Right
public static final class Rights.Right
This inner class represents an individual right. A set of standard rights objects are predefined here.
| 字段摘要 | |
|---|---|
static Rights.Right |
ADMINISTER
Administer - perform SETACL. |
static Rights.Right |
CREATE
Create - CREATE new sub-mailboxes in any implementation-defined hierarchy, RENAME or DELETE mailbox. |
static Rights.Right |
DELETE
Delete - STORE \DELETED flag, perform EXPUNGE. |
static Rights.Right |
INSERT
Insert - perform APPEND, COPY into mailbox. |
static Rights.Right |
KEEP_SEEN
Keep seen/unseen information across sessions - STORE \SEEN flag. |
static Rights.Right |
LOOKUP
Lookup - mailbox is visible to LIST/LSUB commands. |
static Rights.Right |
POST
Post - send mail to submission address for mailbox, not enforced by IMAP4 itself. |
static Rights.Right |
READ
Read - SELECT the mailbox, perform CHECK, FETCH, PARTIAL, SEARCH, COPY from mailbox |
static Rights.Right |
WRITE
Write - STORE flags other than \SEEN and \DELETED. |
| 方法摘要 | |
|---|---|
static Rights.Right |
getInstance(char right)
Get a Right object representing the specified character. |
String |
toString()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
public static final Rights.Right LOOKUP
public static final Rights.Right READ
public static final Rights.Right KEEP_SEEN
public static final Rights.Right WRITE
public static final Rights.Right INSERT
public static final Rights.Right POST
public static final Rights.Right CREATE
public static final Rights.Right DELETE
public static final Rights.Right ADMINISTER
| 方法详细信息 |
|---|
public static Rights.Right getInstance(char right)
public String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||