|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserRole | |
|---|---|
| com.terracotta.management.user | |
| com.terracotta.management.user.impl | |
| Uses of UserRole in com.terracotta.management.user |
|---|
| Methods in com.terracotta.management.user that return UserRole | |
|---|---|
static UserRole |
UserRole.byName(String roleName)
A convenience method for getting a UserRole by its role name. |
static UserRole |
UserRole.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserRole[] |
UserRole.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.terracotta.management.user that return types with arguments of type UserRole | |
|---|---|
static Set<UserRole> |
UserRole.convertRoleNames(Collection<String> roleNames)
A convenience method for converting a collection of role names to a Set of UserRole enums. |
Set<UserRole> |
UserInfo.getRoles()
Gets the set of roles associated with this user. |
| Methods in com.terracotta.management.user with parameters of type UserRole | |
|---|---|
UserInfo |
UserInfoFactory.createUser(String username,
String password,
UserRole... roles)
|
| Method parameters in com.terracotta.management.user with type arguments of type UserRole | |
|---|---|
static Set<String> |
UserRole.convertRoles(Collection<UserRole> roles)
A convenience method for converting a collection of UserRoles to a Set of role names. |
| Uses of UserRole in com.terracotta.management.user.impl |
|---|
| Methods in com.terracotta.management.user.impl that return types with arguments of type UserRole | |
|---|---|
Set<UserRole> |
DfltUserInfo.getRoles()
Gets the set of roles associated with this user. |
| Methods in com.terracotta.management.user.impl with parameters of type UserRole | |
|---|---|
UserInfo |
DfltUserInfoFactory.createUser(String username,
String password,
UserRole... roles)
|
| Constructor parameters in com.terracotta.management.user.impl with type arguments of type UserRole | |
|---|---|
DfltUserInfo(String username,
String passwordHash,
Set<UserRole> roles)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||