| 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.deleteAccount(String userId,
UserRoleTO userRole,
String accountId) |
void |
MiddlewareAccountManagementService.deleteTransactions(String userId,
UserRoleTO userRole,
String accountId)
Remove all transactions for deposit account
|
void |
MiddlewareAccountManagementService.deleteUser(String userId,
UserRoleTO userRole,
String userToDeleteId) |
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 countryCode,
String branchId,
String branchLogin,
String userLogin,
List<UserRoleTO> roles,
Boolean blocked,
CustomPageableImpl pageable)
Loads list of users by branch and role
|
CustomPageImpl<UserExtendedTO> |
MiddlewareUserManagementService.getUsersByBranchAndRolesExtended(String countryCode,
String branchId,
String branchLogin,
String userLogin,
List<UserRoleTO> roles,
Boolean blocked,
CustomPageableImpl pageable)
Loads list of users by branch and role
|
CustomPageImpl<UserTO> |
MiddlewareUserManagementService.getUsersByRoles(List<UserRoleTO> roles,
CustomPageableImpl pageable) |
Copyright © 2021. All rights reserved.