Class TransportOpenIdConnectAuthenticateAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.oidc.OpenIdConnectAuthenticateRequest,org.elasticsearch.xpack.core.security.action.oidc.OpenIdConnectAuthenticateResponse>
org.elasticsearch.xpack.security.action.oidc.TransportOpenIdConnectAuthenticateAction
public class TransportOpenIdConnectAuthenticateAction
extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.oidc.OpenIdConnectAuthenticateRequest,org.elasticsearch.xpack.core.security.action.oidc.OpenIdConnectAuthenticateResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportOpenIdConnectAuthenticateAction(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.oidc.OpenIdConnectAuthenticateRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.oidc.OpenIdConnectAuthenticateResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute
-
Constructor Details
-
TransportOpenIdConnectAuthenticateAction
@Inject public TransportOpenIdConnectAuthenticateAction(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.oidc.OpenIdConnectAuthenticateRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.oidc.OpenIdConnectAuthenticateResponse> listener) - Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<org.elasticsearch.xpack.core.security.action.oidc.OpenIdConnectAuthenticateRequest,org.elasticsearch.xpack.core.security.action.oidc.OpenIdConnectAuthenticateResponse>
-