Module org.elasticsearch.security
Class TransportActivateProfileAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<ActivateProfileRequest,ActivateProfileResponse>
org.elasticsearch.xpack.security.action.TransportGrantAction<ActivateProfileRequest,ActivateProfileResponse>
org.elasticsearch.xpack.security.action.profile.TransportActivateProfileAction
public class TransportActivateProfileAction
extends TransportGrantAction<ActivateProfileRequest,ActivateProfileResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.xpack.security.action.TransportGrantAction
authenticationService, authorizationService, threadContextFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportActivateProfileAction(TransportService transportService, ActionFilters actionFilters, ProfileService profileService, AuthenticationService authenticationService, AuthorizationService authorizationService, ThreadPool threadPool) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecuteWithGrantAuthentication(Task task, ActivateProfileRequest request, Authentication authentication, ActionListener<ActivateProfileResponse> listener) Methods inherited from class org.elasticsearch.xpack.security.action.TransportGrantAction
doExecute, getAuthenticationTokenMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportActivateProfileAction
@Inject public TransportActivateProfileAction(TransportService transportService, ActionFilters actionFilters, ProfileService profileService, AuthenticationService authenticationService, AuthorizationService authorizationService, ThreadPool threadPool)
-
-
Method Details
-
doExecuteWithGrantAuthentication
protected void doExecuteWithGrantAuthentication(Task task, ActivateProfileRequest request, Authentication authentication, ActionListener<ActivateProfileResponse> listener) - Specified by:
doExecuteWithGrantAuthenticationin classTransportGrantAction<ActivateProfileRequest,ActivateProfileResponse>
-