Class TransportSamlInvalidateSessionAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.saml.SamlInvalidateSessionRequest,org.elasticsearch.xpack.core.security.action.saml.SamlInvalidateSessionResponse>
org.elasticsearch.xpack.security.action.saml.TransportSamlInvalidateSessionAction
public final class TransportSamlInvalidateSessionAction
extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.saml.SamlInvalidateSessionRequest,org.elasticsearch.xpack.core.security.action.saml.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
(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, TokenService tokenService, Realms realms) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute
(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.saml.SamlInvalidateSessionRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.saml.SamlInvalidateSessionResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute
-
Constructor Details
-
TransportSamlInvalidateSessionAction
@Inject public TransportSamlInvalidateSessionAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, TokenService tokenService, Realms realms)
-
-
Method Details
-
doExecute
protected void doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.saml.SamlInvalidateSessionRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.saml.SamlInvalidateSessionResponse> listener) - Specified by:
doExecute
in classorg.elasticsearch.action.support.TransportAction<org.elasticsearch.xpack.core.security.action.saml.SamlInvalidateSessionRequest,
org.elasticsearch.xpack.core.security.action.saml.SamlInvalidateSessionResponse>
-