Uses of Class
com.couchbase.client.java.cluster.UserRole
| Package | Description |
|---|---|
| com.couchbase.client.java.cluster |
-
Uses of UserRole in com.couchbase.client.java.cluster
Methods in com.couchbase.client.java.cluster that return UserRole Modifier and Type Method Description UserRole[]User. roles()Get user rolesMethods in com.couchbase.client.java.cluster that return types with arguments of type UserRole Modifier and Type Method Description List<UserRole>UserSettings. roles()Get roles for the userUserRoleMethod parameters in com.couchbase.client.java.cluster with type arguments of type UserRole Modifier and Type Method Description UserSettingsUserSettings. roles(List<UserRole> roles)Set the roles for the userUserRoleConstructors in com.couchbase.client.java.cluster with parameters of type UserRole Constructor Description User(String name, String userId, AuthDomain domain, UserRole[] roles)