Uses of Class
com.couchbase.client.java.manager.user.RoleAndOrigins
-
Uses of RoleAndOrigins in com.couchbase.client.java.manager.user
Modifier and TypeMethodDescriptionUserAndMetadata.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.ModifierConstructorDescriptionUserAndMetadata
(AuthDomain domain, String username, String displayName, Collection<RoleAndOrigins> effectiveRoles, Collection<String> groups, Collection<String> externalGroups, String passwordChanged)