Module org.elasticsearch.security
Class TransportSamlPrepareAuthenticationAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<SamlPrepareAuthenticationRequest,SamlPrepareAuthenticationResponse>
org.elasticsearch.action.support.HandledTransportAction<SamlPrepareAuthenticationRequest,SamlPrepareAuthenticationResponse>
org.elasticsearch.xpack.security.action.saml.TransportSamlPrepareAuthenticationAction
public final class TransportSamlPrepareAuthenticationAction
extends HandledTransportAction<SamlPrepareAuthenticationRequest,SamlPrepareAuthenticationResponse>
Transport action responsible for generating a SAML
<AuthnRequest> as a redirect binding URL.-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportSamlPrepareAuthenticationAction(TransportService transportService, ActionFilters actionFilters, Realms realms) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, SamlPrepareAuthenticationRequest request, ActionListener<SamlPrepareAuthenticationResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportSamlPrepareAuthenticationAction
@Inject public TransportSamlPrepareAuthenticationAction(TransportService transportService, ActionFilters actionFilters, Realms realms)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, SamlPrepareAuthenticationRequest request, ActionListener<SamlPrepareAuthenticationResponse> listener) - Specified by:
doExecutein classTransportAction<SamlPrepareAuthenticationRequest,SamlPrepareAuthenticationResponse>
-