| 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(AccessTokenBO accessToken,
AisConsentBO aisConsent)
Provides a token used to gain read access to an account.
|
BearerTokenBO |
UserService.loginToken(AccessTokenBO loginToken,
String authorisationId)
Create a new token for the current user, with a new authorization id
|
BearerTokenBO |
UserService.scaToken(AccessTokenBO loginToken)
Create a new token for the current user, after a successfull auth code proces..
|
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.