| Package | Description |
|---|---|
| de.digitalcollections.model.api.security | |
| de.digitalcollections.model.api.security.enums | |
| de.digitalcollections.model.impl.security |
| Modifier and Type | Method | Description |
|---|---|---|
void |
User.setRoles(java.util.List<Role> roles) |
| Modifier and Type | Method | Description |
|---|---|---|
static Role |
Role.valueOf(java.lang.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 | Description |
|---|---|---|
java.util.List<Role> |
UserImpl.getRoles() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
UserImpl.setRoles(java.util.List<Role> userRoles) |
Copyright © 2018. All rights reserved.