Module org.elasticsearch.security
Class TransportOpenIdConnectPrepareAuthenticationAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<OpenIdConnectPrepareAuthenticationRequest,OpenIdConnectPrepareAuthenticationResponse>
org.elasticsearch.action.support.HandledTransportAction<OpenIdConnectPrepareAuthenticationRequest,OpenIdConnectPrepareAuthenticationResponse>
org.elasticsearch.xpack.security.action.oidc.TransportOpenIdConnectPrepareAuthenticationAction
public class TransportOpenIdConnectPrepareAuthenticationAction
extends HandledTransportAction<OpenIdConnectPrepareAuthenticationRequest,OpenIdConnectPrepareAuthenticationResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportOpenIdConnectPrepareAuthenticationAction(TransportService transportService, ActionFilters actionFilters, Realms realms) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, OpenIdConnectPrepareAuthenticationRequest request, ActionListener<OpenIdConnectPrepareAuthenticationResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportOpenIdConnectPrepareAuthenticationAction
@Inject public TransportOpenIdConnectPrepareAuthenticationAction(TransportService transportService, ActionFilters actionFilters, Realms realms)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, OpenIdConnectPrepareAuthenticationRequest request, ActionListener<OpenIdConnectPrepareAuthenticationResponse> listener) - Specified by:
doExecutein classTransportAction<OpenIdConnectPrepareAuthenticationRequest,OpenIdConnectPrepareAuthenticationResponse>
-