| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.domain.um | |
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
UserRoleTO |
AccessTokenTO.getRole() |
static UserRoleTO |
UserRoleTO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRoleTO[] |
UserRoleTO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UserRoleTO> |
UserTO.getUserRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessTokenTO.setRole(UserRoleTO role) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTO.setUserRoles(Collection<UserRoleTO> userRoles) |
| Modifier and Type | Method and Description |
|---|---|
SCALoginResponseTO |
MiddlewareOnlineBankingService.authorise(String login,
String pin,
UserRoleTO role)
Performs user authorization.
|
UserTO |
MiddlewareOnlineBankingService.register(String login,
String email,
String pin,
UserRoleTO role)
Registers a User.
|
Copyright © 2019. All rights reserved.