gnu.mail.providers.imap

Class ACL

public final class ACL extends Object

Deprecated: this API will probably change incompatibly soon

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)
ACL(String name, Rights rights)
Method Summary
StringgetName()
RightsgetRights()
voidsetRights(Rights rights)

Constructor Detail

ACL

public ACL(String name)

ACL

public ACL(String name, Rights rights)

Method Detail

getName

public String getName()

getRights

public Rights getRights()

setRights

public void setRights(Rights rights)
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved