| Package | Description |
|---|---|
| de.adorsys.ledgers.um.db.domain | |
| de.adorsys.ledgers.um.db.repository |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserEntity> |
UserRepository.findByBranchAndUserRolesIn(String branch,
List<UserRole> roles)
Finds all users of the branch with the given roles
|
Copyright © 2019. All rights reserved.