| Package | Description |
|---|---|
| com.couchbase.client.java.manager.user |
APIs related to user management.
|
| Modifier and Type | Method and Description |
|---|---|
static GetGroupOptions |
GetGroupOptions.getGroupOptions() |
| Modifier and Type | Method and Description |
|---|---|
Group |
UserManager.getGroup(String name,
GetGroupOptions options) |
CompletableFuture<Group> |
AsyncUserManager.getGroup(String groupName,
GetGroupOptions options) |
Mono<Group> |
ReactiveUserManager.getGroup(String groupName,
GetGroupOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.