Package | Description |
---|---|
com.couchbase.client.java.manager.user |
APIs related to user management.
|
Modifier and Type | Method and Description |
---|---|
Role |
RoleAndOrigins.role() |
Role |
RoleAndDescription.role() |
Modifier and Type | Method and Description |
---|---|
Set<Role> |
UserAndMetadata.effectiveRoles()
Returns all of the user's roles, including roles inherited from groups.
|
Set<Role> |
UserAndMetadata.innateRoles()
Returns the roles assigned specifically to the user.
|
Set<Role> |
User.roles() |
Set<Role> |
Group.roles() |
Modifier and Type | Method and Description |
---|---|
User |
User.roles(Role... roles) |
Group |
Group.roles(Role... roles) |
Modifier and Type | Method and Description |
---|---|
User |
User.roles(Collection<Role> roles) |
Group |
Group.roles(Collection<Role> roles) |
Constructor and Description |
---|
RoleAndDescription(Role role,
String displayName,
String description) |
RoleAndOrigins(Role role,
List<RoleAndOrigins.Origin> origins) |
Constructor and Description |
---|
Group(String name,
String description,
Collection<Role> roles,
String ldapGroupReference) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.