Module org.elasticsearch.xcore
Class ActionTypes
java.lang.Object
org.elasticsearch.xpack.core.security.action.ActionTypes
A collection of actions types for the Security plugin that need to be available in xpack.core.security and thus cannot be stored
directly with their transport action implementation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActionType<BulkRolesResponse> static final ActionType<BulkRolesResponse> static final ActionType<QueryRoleResponse> static final ActionType<QueryUserResponse> static final ActionType<ActionResponse.Empty> -
Method Summary
-
Field Details
-
RELOAD_REMOTE_CLUSTER_CREDENTIALS_ACTION
-
QUERY_USER_ACTION
-
BULK_PUT_ROLES
-
QUERY_ROLE_ACTION
-
BULK_DELETE_ROLES
-