Package | Description |
---|---|
com.couchbase.client.java.manager.user |
APIs related to user management.
|
Modifier and Type | Method and Description |
---|---|
static GetAllGroupsOptions |
GetAllGroupsOptions.getAllGroupsOptions() |
Modifier and Type | Method and Description |
---|---|
List<Group> |
UserManager.getAllGroups(GetAllGroupsOptions options) |
CompletableFuture<List<Group>> |
AsyncUserManager.getAllGroups(GetAllGroupsOptions options) |
Flux<Group> |
ReactiveUserManager.getAllGroups(GetAllGroupsOptions options) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.