| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Field Summary | |
|---|---|
| static Rights.Right | ADMINISTERAdminister - perform SETACL. | 
| static Rights.Right | CREATECreate - CREATE new sub-mailboxes in any implementation-defined hierarchy, RENAME or DELETE mailbox. | 
| static Rights.Right | DELETEDelete - STORE \DELETED flag, perform EXPUNGE. | 
| static Rights.Right | INSERTInsert - perform APPEND, COPY into mailbox. | 
| static Rights.Right | KEEP_SEENKeep seen/unseen information across sessions - STORE \SEEN flag. | 
| static Rights.Right | LOOKUPLookup - mailbox is visible to LIST/LSUB commands. | 
| static Rights.Right | POSTPost - send mail to submission address for mailbox, not enforced by IMAP4 itself. | 
| static Rights.Right | READRead - SELECT the mailbox, perform CHECK, FETCH, PARTIAL, SEARCH, COPY from mailbox | 
| static Rights.Right | WRITEWrite - STORE flags other than \SEEN and \DELETED. | 
| Method Summary | |
|---|---|
| static Rights.Right | getInstance(char right)Get a Right object representing the specified character. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
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
| Method Detail | 
|---|
public static Rights.Right getInstance(char right)
public java.lang.String toString()
toString in class java.lang.Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||