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
FieldsModifier and TypeFieldDescriptionstatic final StringA wild card, for use when applying permissions.static final StringA wild card, used when creating rules.static final StringThe 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 StringThis is provided by a keymaster servlet *static final StringThe default permission namespace *static final StringThe reserved value keymaster that signifies the user will log in with a Keymaster SSO Token *static final Stringstatic final StringThe 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 *
-