Module org.elasticsearch.security
Class TransportInvalidateTokenAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<InvalidateTokenRequest,InvalidateTokenResponse>
org.elasticsearch.action.support.HandledTransportAction<InvalidateTokenRequest,InvalidateTokenResponse>
org.elasticsearch.xpack.security.action.token.TransportInvalidateTokenAction
public final class TransportInvalidateTokenAction
extends HandledTransportAction<InvalidateTokenRequest,InvalidateTokenResponse>
Transport action responsible for handling invalidation of tokens
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportInvalidateTokenAction(TransportService transportService, ActionFilters actionFilters, TokenService tokenService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, InvalidateTokenRequest request, ActionListener<InvalidateTokenResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportInvalidateTokenAction
@Inject public TransportInvalidateTokenAction(TransportService transportService, ActionFilters actionFilters, TokenService tokenService)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, InvalidateTokenRequest request, ActionListener<InvalidateTokenResponse> listener) - Specified by:
doExecutein classTransportAction<InvalidateTokenRequest,InvalidateTokenResponse>
-