public interface AccessRight
extends java.security.acl.Permission
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object object)
Returns true if this access right is the same as another. 
 | 
java.lang.String | 
getDescription()
Returns a description of the access right suitable for display to
 a user. 
 | 
java.lang.String | 
getDisplayName()
Returns the human-readable name of the access right. 
 | 
java.lang.String | 
getName()
Returns a machine-readable name of the access right, useful for
 persisting the object. 
 | 
static final java.lang.String CLASS_VERSION
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getDescription()
boolean equals(java.lang.Object object)
equals in interface java.security.acl.Permissionequals in class java.lang.Object