Module org.elasticsearch.security
Class TransportClearSecurityCacheAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<ClearSecurityCacheRequest,ClearSecurityCacheResponse>
org.elasticsearch.action.support.nodes.TransportNodesAction<ClearSecurityCacheRequest,ClearSecurityCacheResponse,ClearSecurityCacheRequest.Node,ClearSecurityCacheResponse.Node,Void>
org.elasticsearch.xpack.security.action.TransportClearSecurityCacheAction
public class TransportClearSecurityCacheAction
extends TransportNodesAction<ClearSecurityCacheRequest,ClearSecurityCacheResponse,ClearSecurityCacheRequest.Node,ClearSecurityCacheResponse.Node,Void>
Clears a security cache by name (with optional keys).
- See Also:
-
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
ConstructorsConstructorDescriptionTransportClearSecurityCacheAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, CacheInvalidatorRegistry cacheInvalidatorRegistry) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClearSecurityCacheRequest.NodenewNodeRequest(ClearSecurityCacheRequest request) protected ClearSecurityCacheResponse.NodenewNodeResponse(StreamInput in, DiscoveryNode node) protected ClearSecurityCacheResponsenewResponse(ClearSecurityCacheRequest request, List<ClearSecurityCacheResponse.Node> nodes, List<FailedNodeException> failures) protected ClearSecurityCacheResponse.NodenodeOperation(ClearSecurityCacheRequest.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
-
TransportClearSecurityCacheAction
@Inject public TransportClearSecurityCacheAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, CacheInvalidatorRegistry cacheInvalidatorRegistry)
-
-
Method Details
-
newResponse
protected ClearSecurityCacheResponse newResponse(ClearSecurityCacheRequest request, List<ClearSecurityCacheResponse.Node> nodes, List<FailedNodeException> failures) -
newNodeRequest
-
newNodeResponse
protected ClearSecurityCacheResponse.Node newNodeResponse(StreamInput in, DiscoveryNode node) throws IOException -
nodeOperation
protected ClearSecurityCacheResponse.Node nodeOperation(ClearSecurityCacheRequest.Node request, Task task)
-