| Package | Description |
|---|---|
| de.adorsys.ledgers.um.api.service |
| Modifier and Type | Method and Description |
|---|---|
BearerTokenBO |
UserService.authorise(String login,
String pin,
UserRoleBO role,
String scaId,
String authorisationId)
Verify user credential and produces a corresponding login token.
|
BearerTokenBO |
UserService.consentToken(ScaInfoBO scaInfoBO,
AisConsentBO aisConsent)
Provides a token used to gain read access to an account.
|
BearerTokenBO |
UserService.loginToken(ScaInfoBO scaInfoBO)
Create a new token for the current user, with a new authorization id
|
BearerTokenBO |
UserService.scaToken(ScaInfoBO scaInfoBO)
Create a new token for the current user, after a successful auth code process..
|
BearerTokenBO |
UserService.validate(String accessToken,
Date refTime)
Check if the provided token is valid at the given reference time and return the corresponding user.
|
Copyright © 2019. All rights reserved.