Module org.elasticsearch.xcore
Package org.elasticsearch.xpack.core.security.action.privilege
package org.elasticsearch.xpack.core.security.action.privilege
-
ClassDescriptionInterface implemented by all Requests that manage application privilegesActionType for deleting application privileges.A request to delete an application privilege.Builder for
DeletePrivilegesRequestResponse when deleting application privileges.ActionType for retrieving builtin privileges from securityRequest to retrieve built-in (cluster/index) privileges.Response containing built-in (cluster/index) privilegesActionType for retrieving one or more application privileges from the security indexRequest to retrieve one or more application privileges.Builder forGetPrivilegesRequestResponse containing one or more application privileges retrieved from the security indexActionType for putting (adding/updating) one or more application privileges.Request object to put a one or more application privileges.Request builder forPutPrivilegesRequestResponse when adding one or more application privileges to the security index.