| Package | Description |
|---|---|
| de.adorsys.ledgers.um.api.domain | |
| de.adorsys.ledgers.um.api.service |
| Modifier and Type | Method and Description |
|---|---|
static UserRoleBO |
UserRoleBO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRoleBO[] |
UserRoleBO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ScaInfoBO(String userId,
String scaId,
String authorisationId,
UserRoleBO userRole) |
ScaInfoBO(String userId,
String userLogin,
TokenUsageBO tokenUsage,
UserRoleBO userRole) |
| Modifier and Type | Method and Description |
|---|---|
BearerTokenBO |
AuthorizationService.authorise(String login,
String pin,
UserRoleBO role,
String scaId,
String authorisationId)
Verify user credential and produces a corresponding login token.
|
boolean |
AuthorizationService.validateCredentials(String login,
String pin,
UserRoleBO role) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<UserBO> |
UserService.findUsersByMultipleParamsPaged(String countryCode,
String branchId,
String branchLogin,
String userLogin,
List<UserRoleBO> roles,
Boolean blocked,
org.springframework.data.domain.Pageable pageable) |
Copyright © 2020. All rights reserved.