Module org.elasticsearch.security
Class TransportSamlInvalidateSessionAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<SamlInvalidateSessionRequest,SamlInvalidateSessionResponse>
org.elasticsearch.action.support.HandledTransportAction<SamlInvalidateSessionRequest,SamlInvalidateSessionResponse>
org.elasticsearch.xpack.security.action.saml.TransportSamlInvalidateSessionAction
public final class TransportSamlInvalidateSessionAction
extends HandledTransportAction<SamlInvalidateSessionRequest,SamlInvalidateSessionResponse>
Transport action responsible for taking a SAML
LogoutRequest and invalidating any associated Security Tokens-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportSamlInvalidateSessionAction(TransportService transportService, ActionFilters actionFilters, TokenService tokenService, Realms realms) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, SamlInvalidateSessionRequest request, ActionListener<SamlInvalidateSessionResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportSamlInvalidateSessionAction
@Inject public TransportSamlInvalidateSessionAction(TransportService transportService, ActionFilters actionFilters, TokenService tokenService, Realms realms)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, SamlInvalidateSessionRequest request, ActionListener<SamlInvalidateSessionResponse> listener) - Specified by:
doExecutein classTransportAction<SamlInvalidateSessionRequest,SamlInvalidateSessionResponse>
-