Class ActionConstants
java.lang.Object
com.hazelcast.security.permission.ActionConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic Permission
getPermission
(String name, String serviceName, String... actions) Creates a permission
-
Field Details
-
ACTION_ALL
- See Also:
-
ACTION_CREATE
- See Also:
-
ACTION_DESTROY
- See Also:
-
ACTION_MODIFY
- See Also:
-
ACTION_READ
- See Also:
-
ACTION_REMOVE
- See Also:
-
ACTION_LOCK
- See Also:
-
ACTION_LISTEN
- See Also:
-
ACTION_RELEASE
- See Also:
-
ACTION_ACQUIRE
- See Also:
-
ACTION_PUT
- See Also:
-
ACTION_ADD
- See Also:
-
ACTION_INDEX
- See Also:
-
ACTION_INTERCEPT
- See Also:
-
ACTION_PUBLISH
- See Also:
-
ACTION_AGGREGATE
- See Also:
-
ACTION_PROJECTION
- See Also:
-
ACTION_USER_CODE_DEPLOY
- See Also:
-
ACTION_USE
- See Also:
-
ACTION_OPTIMIZE
- See Also:
-
ACTION_SUBMIT
- See Also:
-
ACTION_CANCEL
- See Also:
-
ACTION_RESTART
- See Also:
-
ACTION_EXPORT_SNAPSHOT
- See Also:
-
ACTION_ADD_RESOURCES
- See Also:
-
ACTION_WRITE
- See Also:
-
LISTENER_INSTANCE
- See Also:
-
LISTENER_MEMBER
- See Also:
-
LISTENER_MIGRATION
- See Also:
-
ACTION_VIEW_MAPPING
- See Also:
-
ACTION_CREATE_VIEW
- See Also:
-
ACTION_DROP_VIEW
- See Also:
-
ACTION_CREATE_TYPE
- See Also:
-
ACTION_DROP_TYPE
- See Also:
-
ACTION_VIEW_DATACONNECTION
- See Also:
-
ACTION_CREATE_DATACONNECTION
- See Also:
-
ACTION_DROP_DATACONNECTION
- See Also:
-
-
Method Details
-
getPermission
Creates a permission- Parameters:
name
- the permission nameserviceName
- the service nameactions
- the actions- Returns:
- the created Permission
- Throws:
IllegalArgumentException
- if there is no service found with the given serviceName.
-