Uses of Class
com.couchbase.client.java.manager.user.ChangePasswordOptions
Packages that use ChangePasswordOptions
-
Uses of ChangePasswordOptions in com.couchbase.client.java.manager.user
Methods in com.couchbase.client.java.manager.user that return ChangePasswordOptionsModifier and TypeMethodDescriptionstatic ChangePasswordOptionsChangePasswordOptions.changePasswordOptions()Methods in com.couchbase.client.java.manager.user with parameters of type ChangePasswordOptionsModifier and TypeMethodDescriptionAsyncUserManager.changePassword(String newPassword, ChangePasswordOptions options) Changes the password of the currently authenticated user.ReactiveUserManager.changePassword(String newPassword, ChangePasswordOptions options) Changes the password of the currently authenticated user.voidUserManager.changePassword(String newPassword, ChangePasswordOptions options) Changes the password of the currently authenticated user.