Module org.elasticsearch.security
Class TransportSamlAuthenticateAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<SamlAuthenticateRequest,SamlAuthenticateResponse>
org.elasticsearch.action.support.HandledTransportAction<SamlAuthenticateRequest,SamlAuthenticateResponse>
org.elasticsearch.xpack.security.action.saml.TransportSamlAuthenticateAction
public final class TransportSamlAuthenticateAction
extends HandledTransportAction<SamlAuthenticateRequest,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(ThreadPool threadPool, TransportService transportService, ActionFilters actionFilters, AuthenticationService authenticationService, TokenService tokenService, SecurityContext securityContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, SamlAuthenticateRequest request, ActionListener<SamlAuthenticateResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportSamlAuthenticateAction
@Inject public TransportSamlAuthenticateAction(ThreadPool threadPool, TransportService transportService, ActionFilters actionFilters, AuthenticationService authenticationService, TokenService tokenService, SecurityContext securityContext)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, SamlAuthenticateRequest request, ActionListener<SamlAuthenticateResponse> listener) - Specified by:
doExecutein classTransportAction<SamlAuthenticateRequest,SamlAuthenticateResponse>
-