Package gnu.mail.providers.imap
Class Rights
- java.lang.Object
-
- gnu.mail.providers.imap.Rights
-
public final class Rights extends java.lang.Object
Deprecated.this API will probably change incompatibly soonA 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.- Author:
- Chris Burdess
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Rights.Right
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
add(Rights rights)
Deprecated.void
add(Rights.Right right)
Deprecated.boolean
contains(Rights rights)
Deprecated.boolean
contains(Rights.Right right)
Deprecated.boolean
equals(java.lang.Object obj)
Deprecated.int
hashCode()
Deprecated.void
remove(Rights rights)
Deprecated.void
remove(Rights.Right right)
Deprecated.
-
-
-
Constructor Detail
-
Rights
public Rights()
Deprecated.
-
Rights
public Rights(Rights rights)
Deprecated.
-
Rights
public Rights(java.lang.String rights)
Deprecated.
-
Rights
public Rights(Rights.Right right)
Deprecated.
-
-
Method Detail
-
add
public void add(Rights.Right right)
Deprecated.
-
add
public void add(Rights rights)
Deprecated.
-
remove
public void remove(Rights.Right right)
Deprecated.
-
remove
public void remove(Rights rights)
Deprecated.
-
contains
public boolean contains(Rights.Right right)
Deprecated.
-
contains
public boolean contains(Rights rights)
Deprecated.
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
-