Class TransportSamlAuthenticateAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.saml.SamlAuthenticateRequest,org.elasticsearch.xpack.core.security.action.saml.SamlAuthenticateResponse>
org.elasticsearch.xpack.security.action.saml.TransportSamlAuthenticateAction
public final class TransportSamlAuthenticateAction
extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.saml.SamlAuthenticateRequest,org.elasticsearch.xpack.core.security.action.saml.SamlAuthenticateResponse>
Transport action responsible for taking saml content and turning it into a token.
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportSamlAuthenticateAction(org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, AuthenticationService authenticationService, TokenService tokenService, org.elasticsearch.xpack.core.security.SecurityContext securityContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.saml.SamlAuthenticateRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.saml.SamlAuthenticateResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute
-
Constructor Details
-
TransportSamlAuthenticateAction
@Inject public TransportSamlAuthenticateAction(org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, AuthenticationService authenticationService, TokenService tokenService, org.elasticsearch.xpack.core.security.SecurityContext securityContext)
-
-
Method Details
-
doExecute
protected void doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.saml.SamlAuthenticateRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.saml.SamlAuthenticateResponse> listener) - Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<org.elasticsearch.xpack.core.security.action.saml.SamlAuthenticateRequest,org.elasticsearch.xpack.core.security.action.saml.SamlAuthenticateResponse>
-