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

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

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

Methods in org.apache.geronimo.javamail.store.imap that return Rights
 Rights[] Rights.getRights()
          Get an array of Rights contained in the set.
 Rights ACL.getRights()
          Get the Rights associated with this ACL.
 Rights[] IMAPFolder.listRights(String name)
          List the rights associated with a given name.
 Rights IMAPFolder.myRights()
          List the rights for the currently authenticated user.
 

Methods in org.apache.geronimo.javamail.store.imap with parameters of type Rights
 void Rights.add(Rights list)
          Merge a Rights set with this set.
 boolean Rights.contains(Rights list)
          Test if this Rights set contains all of the Rights contained in another set.
 boolean Rights.equals(Rights list)
          Test if two Rights sets are equivalent.
 void Rights.remove(Rights list)
          Remove a set of rights from the set.
 void ACL.setRights(Rights rights)
          Set a new set of Rights for this ACL instance.
 

Constructors in org.apache.geronimo.javamail.store.imap with parameters of type Rights
ACL(String name, Rights rights)
          Create a named ACL instance with an initial Rights set.
Rights(Rights list)
          Construct a set of rights from an existing Rights set.
 

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

Fields in org.apache.geronimo.javamail.store.imap.connection declared as Rights
 Rights IMAPMyRightsResponse.rights
           
 Rights[] IMAPListRightsResponse.rights
           
 

Methods in org.apache.geronimo.javamail.store.imap.connection that return Rights
 Rights IMAPConnection.getMyRights(String mailbox)
          Get the current user's ACL rights to a given mailbox.
 Rights[] IMAPConnection.listACLRights(String mailbox, String name)
          List the ACL rights that a particular user has to a mailbox.
 



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