gnu.mail.providers.imap
Class ACL

java.lang.Object
  extended by gnu.mail.providers.imap.ACL

Deprecated. this API will probably change incompatibly soon

public final class ACL
extends Object

An access control list entry. Please note that this API is experimental and will probably change soon when the IETF working group delivers a a new specification.

Author:
Chris Burdess

Constructor Summary
ACL(String name)
          Deprecated.  
ACL(String name, Rights rights)
          Deprecated.  
 
Method Summary
 String getName()
          Deprecated.  
 Rights getRights()
          Deprecated.  
 void setRights(Rights rights)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACL

public ACL(String name)
Deprecated. 

ACL

public ACL(String name,
           Rights rights)
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 

setRights

public void setRights(Rights rights)
Deprecated. 

getRights

public Rights getRights()
Deprecated. 


© Copyright 2003, 2004 The Free Software Foundation, All rights reserved