| Package | Description |
|---|---|
| de.adorsys.ledgers.um.api.domain | |
| de.adorsys.ledgers.um.api.service |
| Modifier and Type | Method and Description |
|---|---|
static UserRoleBO |
UserRoleBO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRoleBO[] |
UserRoleBO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ScaInfoBO(String userId,
String scaId,
String authorisationId,
UserRoleBO userRole) |
| Modifier and Type | Method and Description |
|---|---|
BearerTokenBO |
UserService.authorise(String login,
String pin,
UserRoleBO role,
String scaId,
String authorisationId)
Verify user credential and produces a corresponding login token.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserBO> |
UserService.findByBranchAndUserRolesIn(String branch,
List<UserRoleBO> userRoles)
Loads users collection by branch and the given roles
|
Copyright © 2019. All rights reserved.