| Package | Description |
|---|---|
| com.couchbase.client.java.manager.user |
APIs related to user management.
|
| Modifier and Type | Method and Description |
|---|---|
static ChangePasswordOptions |
ChangePasswordOptions.changePasswordOptions() |
| Modifier and Type | Method and Description |
|---|---|
Mono<Void> |
ReactiveUserManager.changePassword(String newPassword,
ChangePasswordOptions options)
Changes the password of the currently authenticated user.
|
CompletableFuture<Void> |
AsyncUserManager.changePassword(String newPassword,
ChangePasswordOptions options)
Changes the password of the currently authenticated user.
|
void |
UserManager.changePassword(String newPassword,
ChangePasswordOptions options)
Changes the password of the currently authenticated user.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.