public class Privilege extends GenericAccessRight
PrivilegeSecurityPolicy, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Constructor and Description | 
|---|
Privilege()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)
Returns true if this access right is the same as another. 
 | 
int | 
hashCode()
All privileges hash to the same value. 
 | 
fromString, getDescription, getDisplayName, getName, parse, toString, toStringpublic boolean equals(java.lang.Object o)
GenericAccessRightequals in interface AccessRightequals in interface java.security.acl.Permissionequals in class GenericAccessRightpublic int hashCode()
hashCode in class GenericAccessRight