Uses of Class
org.elasticsearch.client.security.ChangePasswordRequest
-
Packages that use ChangePasswordRequest Package Description org.elasticsearch.client -
-
Uses of ChangePasswordRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type ChangePasswordRequest Modifier and Type Method Description booleanSecurityClient. changePassword(RequestOptions options, ChangePasswordRequest request)Deprecated.booleanSecurityClient. changePassword(ChangePasswordRequest request, RequestOptions options)Change the password of a user of a native realm or built-in user synchronously.CancellableSecurityClient. changePasswordAsync(RequestOptions options, ChangePasswordRequest request, ActionListener<Boolean> listener)Deprecated.CancellableSecurityClient. changePasswordAsync(ChangePasswordRequest request, RequestOptions options, ActionListener<Boolean> listener)Change the password of a user of a native realm or built-in user asynchronously.
-