@InterfaceStability.Uncommitted @InterfaceAudience.Public public class User extends Object
Rbac user in couchbase
Modifier | Constructor and Description |
---|---|
protected |
User(String name,
String userId,
String domain,
UserRole[] roles) |
Modifier and Type | Method and Description |
---|---|
String |
domain()
Get user domain local or ldap
|
String |
name()
Get name of the user
|
UserRole[] |
roles()
Get user roles
|
String |
userId()
Get user id
|
Copyright © 2015 Couchbase, Inc.