| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.domain.um | |
| de.adorsys.ledgers.middleware.api.exception | |
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
UserTO |
AccountAccessTO.getUser() |
UserTO |
ScaUserDataTO.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountAccessTO.setUser(UserTO user) |
void |
ScaUserDataTO.setUser(UserTO user) |
| Constructor and Description |
|---|
AccountAccessTO(@NotNull String iban,
AccessTypeTO accessType,
@NotNull UserTO user) |
ScaUserDataTO(@NotNull UserTO user,
@NotNull ScaMethodTypeTO scaMethod,
@NotNull String methodValue) |
| Constructor and Description |
|---|
UserAlreadyExistsMiddlewareException(UserTO user) |
UserAlreadyExistsMiddlewareException(UserTO user,
Throwable cause) |
UserNotInBranchMiddlewareException(UserTO user) |
UserNotInBranchMiddlewareException(UserTO user,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
UserTO |
MiddlewareUserManagementService.create(UserTO user)
Creates a new user
|
UserTO |
MiddlewareUserManagementService.findById(String id)
Finds a User by its identifier
|
UserTO |
MiddlewareUserManagementService.findByUserLogin(String userLogin)
Finds user by login
|
UserTO |
MiddlewareOnlineBankingService.register(String login,
String email,
String pin,
UserRoleTO role)
Registers a User.
|
UserTO |
MiddlewareUserManagementService.updateAccountAccess(String userLogin,
List<AccountAccessTO> accounts)
Adds new account for a specific User
|
UserTO |
MiddlewareUserManagementService.updateScaData(String userLogin,
List<ScaUserDataTO> scaDataList)
Update SCA methods by user login
|
| Modifier and Type | Method and Description |
|---|---|
List<UserTO> |
MiddlewareUserManagementService.getUsersByBranchAndRoles(String branch,
List<UserRoleTO> roles)
Loads list of users by branch and role
|
List<UserTO> |
MiddlewareUserManagementService.listUsers(int page,
int size)
Loads paginated user collection
|
| Modifier and Type | Method and Description |
|---|---|
UserTO |
MiddlewareUserManagementService.create(UserTO user)
Creates a new user
|
Copyright © 2019. All rights reserved.