Class TransportCreateAuthTokenAction
- java.lang.Object
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<CreateAuthTokenRequest,CreateAuthTokenResponse>
-
- com.floragunn.searchguard.authtoken.api.TransportCreateAuthTokenAction
-
public class TransportCreateAuthTokenAction extends org.elasticsearch.action.support.HandledTransportAction<CreateAuthTokenRequest,CreateAuthTokenResponse>
-
-
Constructor Summary
Constructors Constructor Description TransportCreateAuthTokenAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, AuthTokenService authTokenService, com.floragunn.searchguard.auth.AuthInfoService authInfoService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(org.elasticsearch.tasks.Task task, CreateAuthTokenRequest request, org.elasticsearch.action.ActionListener<CreateAuthTokenResponse> listener)
-
-
-
Constructor Detail
-
TransportCreateAuthTokenAction
@Inject public TransportCreateAuthTokenAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, AuthTokenService authTokenService, com.floragunn.searchguard.auth.AuthInfoService authInfoService)
-
-
Method Detail
-
doExecute
protected final void doExecute(org.elasticsearch.tasks.Task task, CreateAuthTokenRequest request, org.elasticsearch.action.ActionListener<CreateAuthTokenResponse> listener)- Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<CreateAuthTokenRequest,CreateAuthTokenResponse>
-
-