Package com.caplin.permissioning
Class Constants
java.lang.Object
com.caplin.permissioning.Constants
Constants used when interacting with the the Permissioning API
All members of this class are immutable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A wild card, for use when applying permissions.static final String
A wild card, used when creating rules.static final String
The reserved value AUTHENTICATION_CALLBACK that signifies the user will be authenticated via a call to an dynamically loaded Java class in the Permissioning Authentication Module (PAM)static final String
This is provided by a keymaster servletstatic final String
The default permission namespacestatic final String
The reserved value keymaster that signifies the user will log in with a Keymaster SSO Tokenstatic final String
static final String
The value field -
Method Summary
-
Field Details
-
VALUE
The value field- See Also:
-
PERMISSION_NAMESPACE
- See Also:
-
KEYMASTER
The reserved value keymaster that signifies the user will log in with a Keymaster SSO Token- See Also:
-
AUTHENTICATION_CALLBACK
The reserved value AUTHENTICATION_CALLBACK that signifies the user will be authenticated via a call to an dynamically loaded Java class in the Permissioning Authentication Module (PAM)- See Also:
-
CUSTOMER_ID
This is provided by a keymaster servlet- See Also:
-
ALL_PRODUCTS
A wild card, used when creating rules. Denotes that this rule will match all products- See Also:
-
ALL_ACTIONS
A wild card, for use when applying permissions. Denotes the permission will match all actions in the given namespace provided the product matches- See Also:
-
DEFAULT_PERMISSION_NAMESPACE
The default permission namespace
-