Interface SAT
-
- All Known Implementing Classes:
RequestFactory
,SATFactory
public interface SAT
Interface with constants for Subject, Action and TargetCreated by Jeff Gaynor
on 10/10/16 at 10:31 AM
-
-
Field Summary
-
-
-
Field Detail
-
SUBJECT_UNKNOWN_VALUE
static final int SUBJECT_UNKNOWN_VALUE
- See Also:
- Constant Field Values
-
KEYS_API
static final String KEYS_API
- See Also:
- Constant Field Values
-
SUBJECT_CLIENT
static final String SUBJECT_CLIENT
- See Also:
- Constant Field Values
-
SUBJECT_CLIENT_VALUE
static final int SUBJECT_CLIENT_VALUE
- See Also:
- Constant Field Values
-
SUBJECT_ADMIN
static final String SUBJECT_ADMIN
- See Also:
- Constant Field Values
-
SUBJECT_ADMIN_VALUE
static final int SUBJECT_ADMIN_VALUE
- See Also:
- Constant Field Values
-
TYPE_UNKNOWN_VALUE
static final int TYPE_UNKNOWN_VALUE
- See Also:
- Constant Field Values
-
TYPE_ADMIN_VALUE
static final int TYPE_ADMIN_VALUE
- See Also:
- Constant Field Values
-
TYPE_ATTRIBUTE
static final String TYPE_ATTRIBUTE
- See Also:
- Constant Field Values
-
TYPE_ATTRIBUTE_VALUE
static final int TYPE_ATTRIBUTE_VALUE
- See Also:
- Constant Field Values
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
TYPE_CLIENT_VALUE
static final int TYPE_CLIENT_VALUE
- See Also:
- Constant Field Values
-
KEYS_TYPE
static final String KEYS_TYPE
- See Also:
- Constant Field Values
-
TYPE_ADMIN
static final String TYPE_ADMIN
- See Also:
- Constant Field Values
-
TYPE_CLIENT
static final String TYPE_CLIENT
- See Also:
- Constant Field Values
-
TYPE_PERMISSION
static final String TYPE_PERMISSION
- See Also:
- Constant Field Values
-
TYPE_PERMISSION_VALUE
static final int TYPE_PERMISSION_VALUE
- See Also:
- Constant Field Values
-
ACTION_UNKNOWN_VALUE
static final int ACTION_UNKNOWN_VALUE
- See Also:
- Constant Field Values
-
ACTION_GET
static final String ACTION_GET
- See Also:
- Constant Field Values
-
ACTION_GET_VALUE
static final int ACTION_GET_VALUE
- See Also:
- Constant Field Values
-
ACTION_SET
static final String ACTION_SET
- See Also:
- Constant Field Values
-
ACTION_SET_VALUE
static final int ACTION_SET_VALUE
- See Also:
- Constant Field Values
-
ACTION_REMOVE
static final String ACTION_REMOVE
- See Also:
- Constant Field Values
-
ACTION_REMOVE_VALUE
static final int ACTION_REMOVE_VALUE
- See Also:
- Constant Field Values
-
ACTION_ADD
static final String ACTION_ADD
- See Also:
- Constant Field Values
-
ACTION_ADD_VALUE
static final int ACTION_ADD_VALUE
- See Also:
- Constant Field Values
-
ACTION_LIST
static final String ACTION_LIST
- See Also:
- Constant Field Values
-
ACTION_LIST_VALUE
static final int ACTION_LIST_VALUE
- See Also:
- Constant Field Values
-
ACTION_EXECUTE
static final String ACTION_EXECUTE
- See Also:
- Constant Field Values
-
ACTION_EXECUTE_VALUE
static final int ACTION_EXECUTE_VALUE
- See Also:
- Constant Field Values
-
ACTION_APPROVE
static final String ACTION_APPROVE
- See Also:
- Constant Field Values
-
ACTION_APPROVE_VALUE
static final int ACTION_APPROVE_VALUE
- See Also:
- Constant Field Values
-
ACTION_CREATE
static final String ACTION_CREATE
- See Also:
- Constant Field Values
-
ACTION_CREATE_VALUE
static final int ACTION_CREATE_VALUE
- See Also:
- Constant Field Values
-
ACTION_UNAPPROVE
static final String ACTION_UNAPPROVE
- See Also:
- Constant Field Values
-
ACTION_UNAPPROVE_VALUE
static final int ACTION_UNAPPROVE_VALUE
- See Also:
- Constant Field Values
-
TARGET_ADMIN
static final String TARGET_ADMIN
- See Also:
- Constant Field Values
-
TARGET_ADMIN_VALUE
static final int TARGET_ADMIN_VALUE
- See Also:
- Constant Field Values
-
TARGET_CLIENT
static final String TARGET_CLIENT
- See Also:
- Constant Field Values
-
TARGET_CLIENT_VALUE
static final int TARGET_CLIENT_VALUE
- See Also:
- Constant Field Values
-
TARGET_NO_VALUE
static final int TARGET_NO_VALUE
- See Also:
- Constant Field Values
-
KEYS_SUBJECT
static final String KEYS_SUBJECT
- See Also:
- Constant Field Values
-
KEYS_SUBJECT_VALUE
static final int KEYS_SUBJECT_VALUE
- See Also:
- Constant Field Values
-
KEYS_ACTION
static final String KEYS_ACTION
- See Also:
- Constant Field Values
-
KEYS_METHOD
static final String KEYS_METHOD
- See Also:
- Constant Field Values
-
KEYS_ACTION_VALUE
static final int KEYS_ACTION_VALUE
- See Also:
- Constant Field Values
-
KEYS_TARGET
static final String KEYS_TARGET
- See Also:
- Constant Field Values
-
KEYS_TARGET_VALUE
static final int KEYS_TARGET_VALUE
- See Also:
- Constant Field Values
-
KEYS_ID
static final String KEYS_ID
- See Also:
- Constant Field Values
-
KEYS_ID_VALUE
static final int KEYS_ID_VALUE
- See Also:
- Constant Field Values
-
KEYS_CONTENT
static final String KEYS_CONTENT
- See Also:
- Constant Field Values
-
KEYS_CONTENT_VALUE
static final int KEYS_CONTENT_VALUE
- See Also:
- Constant Field Values
-
-