Package | Description |
---|---|
com.couchbase.client.java.manager.user |
APIs related to user management.
|
Modifier and Type | Method and Description |
---|---|
List<RoleAndOrigins> |
UserAndMetadata.effectiveRolesAndOrigins()
Returns all of the user's roles plus information about whether each role
is assigned specifically to the user or inherited from a group, and if so which group.
|
Constructor and Description |
---|
UserAndMetadata(AuthDomain domain,
String username,
String displayName,
Collection<RoleAndOrigins> effectiveRoles,
Collection<String> groups,
Collection<String> externalGroups,
String passwordChanged) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.