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