Package | Description |
---|---|
com.couchbase.client.java.manager.user |
APIs related to user management.
|
Modifier and Type | Method and Description |
---|---|
User |
User.displayName(String displayName) |
User |
User.groups(Collection<String> groups) |
User |
User.groups(String... groups) |
User |
User.password(String newPassword) |
User |
User.roles(Collection<Role> roles) |
User |
User.roles(Role... roles) |
User |
UserAndMetadata.user()
Returns a new mutable
User with initial values matching the data in this UserAndMetadata . |
Modifier and Type | Method and Description |
---|---|
void |
UserManager.upsertUser(User user) |
CompletableFuture<Void> |
AsyncUserManager.upsertUser(User user) |
Mono<Void> |
ReactiveUserManager.upsertUser(User user) |
void |
UserManager.upsertUser(User user,
UpsertUserOptions options) |
CompletableFuture<Void> |
AsyncUserManager.upsertUser(User user,
UpsertUserOptions options) |
Mono<Void> |
ReactiveUserManager.upsertUser(User user,
UpsertUserOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.