Module org.elasticsearch.security
Class TransportClearPrivilegesCacheAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<ClearPrivilegesCacheRequest,ClearPrivilegesCacheResponse>
org.elasticsearch.action.support.nodes.TransportNodesAction<ClearPrivilegesCacheRequest,ClearPrivilegesCacheResponse,ClearPrivilegesCacheRequest.Node,ClearPrivilegesCacheResponse.Node,Void>
org.elasticsearch.xpack.security.action.privilege.TransportClearPrivilegesCacheAction
public class TransportClearPrivilegesCacheAction
extends TransportNodesAction<ClearPrivilegesCacheRequest,ClearPrivilegesCacheResponse,ClearPrivilegesCacheRequest.Node,ClearPrivilegesCacheResponse.Node,Void>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.nodes.TransportNodesAction
clusterService, transportNodeAction, transportServiceFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportClearPrivilegesCacheAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, CompositeRolesStore rolesStore, CacheInvalidatorRegistry cacheInvalidatorRegistry) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClearPrivilegesCacheRequest.Nodeprotected ClearPrivilegesCacheResponse.NodenewNodeResponse(StreamInput in, DiscoveryNode node) protected ClearPrivilegesCacheResponsenewResponse(ClearPrivilegesCacheRequest request, List<ClearPrivilegesCacheResponse.Node> nodes, List<FailedNodeException> failures) protected ClearPrivilegesCacheResponse.NodenodeOperation(ClearPrivilegesCacheRequest.Node request, Task task) Methods inherited from class org.elasticsearch.action.support.nodes.TransportNodesAction
createActionContext, doExecute, newResponseAsync, nodeOperationAsync, resolveRequest, sendLegacyNodesRequestHeader, skipLegacyNodesRequestHeaderMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportClearPrivilegesCacheAction
@Inject public TransportClearPrivilegesCacheAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, CompositeRolesStore rolesStore, CacheInvalidatorRegistry cacheInvalidatorRegistry)
-
-
Method Details
-
newResponse
protected ClearPrivilegesCacheResponse newResponse(ClearPrivilegesCacheRequest request, List<ClearPrivilegesCacheResponse.Node> nodes, List<FailedNodeException> failures) -
newNodeRequest
-
newNodeResponse
protected ClearPrivilegesCacheResponse.Node newNodeResponse(StreamInput in, DiscoveryNode node) throws IOException -
nodeOperation
protected ClearPrivilegesCacheResponse.Node nodeOperation(ClearPrivilegesCacheRequest.Node request, Task task)
-