| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.domain.um | |
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
SCALoginResponseTO |
MiddlewareOnlineBankingService.authorise(String login,
String pin,
UserRoleTO role)
Performs user authorization.
|
void |
MiddlewareAccountManagementService.deleteTransactions(String userId,
UserRoleTO userRole,
String iban) |
UserTO |
MiddlewareOnlineBankingService.register(String login,
String email,
String pin,
UserRoleTO role)
Registers a User.
|
void |
AppManagementService.removeBranch(String userId,
UserRoleTO role,
String branchId) |
| Modifier and Type | Method and Description |
|---|---|
CustomPageImpl<UserTO> |
MiddlewareUserManagementService.getUsersByBranchAndRoles(String branch,
List<UserRoleTO> roles,
String queryParam,
CustomPageableImpl pageable)
Loads list of users by branch and role
|
Copyright © 2019. All rights reserved.