gnu.mail.providers.imap
public final class Rights extends Object
Deprecated: this API will probably change incompatibly soon
A set of rights, as defined in RFC 2086. Please note that this API is experimental and will probably change soon when the IETF working group delivers a a new specification.| Nested Class Summary | |
|---|---|
| static class | Rights.Right |
| Constructor Summary | |
|---|---|
| Rights() | |
| Rights(Rights rights) | |
| Rights(String rights) | |
| Rights(Rights.Right right) | |
| Method Summary | |
|---|---|
| void | add(Rights.Right right) |
| void | add(Rights rights) |
| boolean | contains(Rights.Right right) |
| boolean | contains(Rights rights) |
| boolean | equals(Object obj) |
| int | hashCode() |
| void | remove(Rights.Right right) |
| void | remove(Rights rights) |