Package org.pentaho.platform.api.engine
Interface IPentahoAclEntry
- All Superinterfaces:
IAclEntry
,IPentahoBasicAclEntry
,Serializable
Deprecated.
Base Hitachi Vantara Access Control entry. Subclassed BasicAclEntry from Spring Security. Provides known access
controls.
- Author:
- mbatchel
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Deprecated.Do not use this constant; instead use FULL_CONTROL for truly inclusive all access.static final int
Deprecated.Administration access (60)static final int
Deprecated.Create access (4)static final int
Deprecated.Delete (16)static final int
Deprecated.Execute access (1)static final int
Deprecated.Execute and administration (61)static final int
Deprecated.Execute and subscribe (3)static final int
Deprecated.All possible permissions (all ones; 0xffffffff; a negative number)static final int
Deprecated.No access (0)static final int
Deprecated.Subscribe access (2)static final int
Deprecated.Subscribe and administration (62)static final int
Deprecated.Update access (8)static final int
Deprecated.Manage perms (32)static final String
Deprecated.static final String
Deprecated.static final String
Deprecated. -
Method Summary
Methods inherited from interface org.pentaho.platform.api.engine.IPentahoBasicAclEntry
getAclObjectIdentity, getAclObjectParentIdentity, getMask, getRecipient, isPermitted, setAclObjectIdentity, setAclObjectParentIdentity, setMask, setRecipient
-
Field Details
-
PERM_NOTHING
static final int PERM_NOTHINGDeprecated.No access (0)- See Also:
-
PERM_EXECUTE
static final int PERM_EXECUTEDeprecated.Execute access (1)- See Also:
-
PERM_SUBSCRIBE
static final int PERM_SUBSCRIBEDeprecated.Subscribe access (2)- See Also:
-
PERM_CREATE
static final int PERM_CREATEDeprecated.Create access (4)- See Also:
-
PERM_UPDATE
static final int PERM_UPDATEDeprecated.Update access (8)- See Also:
-
PERM_DELETE
static final int PERM_DELETEDeprecated.Delete (16)- See Also:
-
PERM_UPDATE_PERMS
static final int PERM_UPDATE_PERMSDeprecated.Manage perms (32)- See Also:
-
PERM_ADMINISTRATION
static final int PERM_ADMINISTRATIONDeprecated.Administration access (60)- See Also:
-
PERM_EXECUTE_SUBSCRIBE
static final int PERM_EXECUTE_SUBSCRIBEDeprecated.Execute and subscribe (3)- See Also:
-
PERM_ADMIN_ALL
Deprecated.Do not use this constant; instead use FULL_CONTROL for truly inclusive all access. Old ADMIN_ALL (ie, WRITE) combination (31)- See Also:
-
PERM_FULL_CONTROL
static final int PERM_FULL_CONTROLDeprecated.All possible permissions (all ones; 0xffffffff; a negative number)- See Also:
-
PERM_SUBSCRIBE_ADMINISTRATION
static final int PERM_SUBSCRIBE_ADMINISTRATIONDeprecated.Subscribe and administration (62)- See Also:
-
PERM_EXECUTE_ADMINISTRATION
static final int PERM_EXECUTE_ADMINISTRATIONDeprecated.Execute and administration (61)- See Also:
-
PERMISSIONS_LIST_SOLUTIONS
Deprecated.- See Also:
-
PERMISSIONS_LIST_ALL
Deprecated.- See Also:
-
PERMISSION_PREFIX
Deprecated.- See Also:
-