| Package | Description |
|---|---|
| de.adorsys.ledgers.um.api.domain | |
| de.adorsys.ledgers.um.api.service |
| Modifier and Type | Method and Description |
|---|---|
UserRoleBO |
AccessTokenBO.getRole() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UserRoleBO> |
UserBO.getUserRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessTokenBO.setRole(UserRoleBO role) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserBO.setUserRoles(Collection<UserRoleBO> userRoles) |
| 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.
|
Copyright © 2019. All rights reserved.