public interface StandardAccessRights
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSION | 
| static AccessRight | CREATEThe ability to create a new sub-object of a compound object. | 
| static AccessRight | DELETEThe ability to delete a sub-object of a compound object. | 
| static AccessRight | DESTROYThe ability to destroy an object. | 
| static AccessRight | EXECUTEThe ability to perform an action on an object. | 
| static AccessRight | LISTThe ability to list the contents of a compound object. | 
| static java.util.Map | MAPA map of all the standard access rights. | 
| static AccessRight | PRIVILEGEAn access control right where holding the identification
 allows access to the resource. | 
| static AccessRight | READThe ability to read (access) an object. | 
| static AccessRight | READ_ACLThe ability to read the access control list of an object. | 
| static AccessRight | READ_OWNERThe ability to determine the owner of an object. | 
| static AccessRight | RENAMEThe ability to rename an object (usually a sub-object). | 
| static AccessRight | TRAVERSEThe ability to access a sub-object of a compound object. | 
| static AccessRight | WRITEThe ability to write (change) an object. | 
| static AccessRight | WRITE_ACLThe ability to change the access control list of an object. | 
| static AccessRight | WRITE_OWNERThe ability to change the owner of an object. | 
static final java.lang.String CLASS_VERSION
static final AccessRight READ
static final AccessRight WRITE
static final AccessRight DESTROY
static final AccessRight EXECUTE
static final AccessRight LIST
static final AccessRight TRAVERSE
static final AccessRight CREATE
static final AccessRight DELETE
static final AccessRight RENAME
static final AccessRight READ_OWNER
static final AccessRight WRITE_OWNER
static final AccessRight READ_ACL
static final AccessRight WRITE_ACL
static final AccessRight PRIVILEGE
static final java.util.Map MAP