Uses of Class
org.apache.geronimo.javamail.store.imap.Rights.Right

Packages that use Rights.Right
org.apache.geronimo.javamail.store.imap   
 

Uses of Rights.Right in org.apache.geronimo.javamail.store.imap
 

Fields in org.apache.geronimo.javamail.store.imap declared as Rights.Right
static Rights.Right Rights.Right.ADMINISTER
          administer (perform SETACL)
static Rights.Right Rights.Right.CREATE
          create (CREATE new sub-mailboxes in any implementation-defined hierarchy)
static Rights.Right Rights.Right.DELETE
          delete (STORE DELETED flag, perform EXPUNGE)
static Rights.Right Rights.Right.INSERT
          insert (perform APPEND, COPY into mailbox)
static Rights.Right Rights.Right.KEEP_SEEN
          keep seen/unseen information across sessions (STORE SEEN flag)
static Rights.Right Rights.Right.LOOKUP
          lookup (mailbox is visible to LIST/LSUB commands)
static Rights.Right Rights.Right.POST
          post (send mail to submission address for mailbox, not enforced by IMAP4 itself)
static Rights.Right Rights.Right.READ
          read (SELECT the mailbox, perform CHECK, FETCH, PARTIAL, SEARCH, COPY from mailbox)
static Rights.Right Rights.Right.WRITE
          write (STORE flags other than SEEN and DELETED)
 

Methods in org.apache.geronimo.javamail.store.imap that return Rights.Right
static Rights.Right Rights.Right.getInstance(char right)
          Get an instance for a right from the single character right value.
 

Methods in org.apache.geronimo.javamail.store.imap with parameters of type Rights.Right
 void Rights.add(Rights.Right right)
          Add a single Right to the set.
 boolean Rights.contains(Rights.Right right)
          Test if a Rights set contains a given Right.
 void Rights.remove(Rights.Right right)
          Remove a Right from the set.
 

Constructors in org.apache.geronimo.javamail.store.imap with parameters of type Rights.Right
Rights(Rights.Right right)
          Construct a Rights set from a single Right instance.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.