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
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.Do not use this constant; instead use FULL_CONTROL for truly inclusive all access.static final intDeprecated.Administration access (60)static final intDeprecated.Create access (4)static final intDeprecated.Delete (16)static final intDeprecated.Execute access (1)static final intDeprecated.Execute and administration (61)static final intDeprecated.Execute and subscribe (3)static final intDeprecated.All possible permissions (all ones; 0xffffffff; a negative number)static final intDeprecated.No access (0)static final intDeprecated.Subscribe access (2)static final intDeprecated.Subscribe and administration (62)static final intDeprecated.Update access (8)static final intDeprecated.Manage perms (32)static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
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:
-