| Package | Description |
|---|---|
| de.digitalcollections.cudami.model.api.security | |
| de.digitalcollections.cudami.model.api.security.enums | |
| de.digitalcollections.cudami.model.impl.security |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setRoles(List<Role> roles) |
| Modifier and Type | Method and Description |
|---|---|
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
UserImpl.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserImpl.setRoles(List<Role> userRoles) |
Copyright © 2018. All rights reserved.