| Package | Description |
|---|---|
| de.adorsys.psd2.consent.domain | |
| de.adorsys.psd2.consent.service.mapper | |
| de.adorsys.psd2.consent.service.psu |
| Modifier and Type | Method and Description |
|---|---|
List<PsuData> |
Authorisable.getPsuDataList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PsuData.contentEquals(@NotNull PsuData otherPsuData) |
| Modifier and Type | Method and Description |
|---|---|
void |
Authorisable.setPsuDataList(List<PsuData> psuData) |
| Modifier and Type | Method and Description |
|---|---|
PsuData |
PsuDataMapper.mapToPsuData(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData) |
| Modifier and Type | Method and Description |
|---|---|
List<PsuData> |
PsuDataMapper.mapToPsuDataList(List<de.adorsys.psd2.xs2a.core.psu.PsuIdData> psuIdDataList) |
| Modifier and Type | Method and Description |
|---|---|
de.adorsys.psd2.xs2a.core.psu.PsuIdData |
PsuDataMapper.mapToPsuIdData(PsuData psuData) |
| Modifier and Type | Method and Description |
|---|---|
List<de.adorsys.psd2.xs2a.core.psu.PsuIdData> |
PsuDataMapper.mapToPsuIdDataList(List<PsuData> psuIdDataList) |
default AuthorisationEntity |
AuthorisationMapper.prepareAuthorisationEntity(Authorisable authorisationParent,
de.adorsys.psd2.consent.api.authorisation.CreateAuthorisationRequest request,
Optional<PsuData> psuDataOptional,
de.adorsys.psd2.xs2a.core.authorisation.AuthorisationType authorisationType,
long redirectUrlExpirationTimeMs,
long authorisationExpirationTimeMs) |
| Modifier and Type | Method and Description |
|---|---|
Optional<PsuData> |
CmsPsuService.definePsuDataForAuthorisation(PsuData psuDataForCheck,
List<PsuData> psuDataList)
Checks if the specified psuData is in the psu list, if it is true then returns an element from the list.
|
List<PsuData> |
CmsPsuService.enrichPsuData(PsuData psuData,
List<PsuData> psuDataList)
Adds psuData to psuDataList if it is not there
|
| Modifier and Type | Method and Description |
|---|---|
Optional<PsuData> |
CmsPsuService.definePsuDataForAuthorisation(PsuData psuDataForCheck,
List<PsuData> psuDataList)
Checks if the specified psuData is in the psu list, if it is true then returns an element from the list.
|
List<PsuData> |
CmsPsuService.enrichPsuData(PsuData psuData,
List<PsuData> psuDataList)
Adds psuData to psuDataList if it is not there
|
boolean |
CmsPsuService.isPsuDataNew(PsuData psuData,
List<PsuData> psuDataList)
Checks if the specified psuData is in the psu list
|
boolean |
CmsPsuService.isPsuDataRequestCorrect(PsuData psuRequest,
PsuData psuAuth)
Checks if the specified psu in request equals psu in authorisation
|
| Modifier and Type | Method and Description |
|---|---|
Optional<PsuData> |
CmsPsuService.definePsuDataForAuthorisation(PsuData psuDataForCheck,
List<PsuData> psuDataList)
Checks if the specified psuData is in the psu list, if it is true then returns an element from the list.
|
List<PsuData> |
CmsPsuService.enrichPsuData(PsuData psuData,
List<PsuData> psuDataList)
Adds psuData to psuDataList if it is not there
|
boolean |
CmsPsuService.isPsuDataNew(PsuData psuData,
List<PsuData> psuDataList)
Checks if the specified psuData is in the psu list
|
Copyright © 2020. All rights reserved.