Class TransportChangePasswordAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.user.ChangePasswordRequest,org.elasticsearch.action.ActionResponse.Empty>
org.elasticsearch.xpack.security.action.user.TransportChangePasswordAction
public class TransportChangePasswordAction
extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.user.ChangePasswordRequest,org.elasticsearch.action.ActionResponse.Empty>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportChangePasswordAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, NativeUsersStore nativeUsersStore) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.user.ChangePasswordRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.action.ActionResponse.Empty> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute
-
Constructor Details
-
TransportChangePasswordAction
@Inject public TransportChangePasswordAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, NativeUsersStore nativeUsersStore)
-
-
Method Details
-
doExecute
protected void doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.user.ChangePasswordRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.action.ActionResponse.Empty> listener) - Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<org.elasticsearch.xpack.core.security.action.user.ChangePasswordRequest,org.elasticsearch.action.ActionResponse.Empty>
-