Package gnu.mail.providers.imap
Class Rights
- java.lang.Object
-
- gnu.mail.providers.imap.Rights
-
public final class Rights extends java.lang.ObjectDeprecated.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 classRights.RightDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadd(Rights rights)Deprecated.voidadd(Rights.Right right)Deprecated.booleancontains(Rights rights)Deprecated.booleancontains(Rights.Right right)Deprecated.booleanequals(java.lang.Object obj)Deprecated.inthashCode()Deprecated.voidremove(Rights rights)Deprecated.voidremove(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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
-