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