| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.domain.um | |
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
UserRoleTO |
AccessTokenTO.getRole() |
UserRoleTO |
UserCredentialsTO.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) |
void |
UserCredentialsTO.setRole(UserRoleTO role) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserTO.setUserRoles(Collection<UserRoleTO> userRoles) |
| Constructor and Description |
|---|
UserCredentialsTO(@NotNull String login,
@NotNull String pin,
@NotNull UserRoleTO role) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserTO> |
MiddlewareUserManagementService.getUsersByBranchAndRoles(String branch,
List<UserRoleTO> roles)
Loads list of users by branch and role
|
Copyright © 2019. All rights reserved.