Uses of Class
de.adorsys.psd2.consent.domain.PsuData
-
Packages that use PsuData Package Description de.adorsys.psd2.consent.domain de.adorsys.psd2.consent.service.mapper de.adorsys.psd2.consent.service.psu -
-
Uses of PsuData in de.adorsys.psd2.consent.domain
Methods in de.adorsys.psd2.consent.domain that return types with arguments of type PsuData Modifier and Type Method Description List<PsuData>Authorisable. getPsuDataList()Methods in de.adorsys.psd2.consent.domain with parameters of type PsuData Modifier and Type Method Description booleanPsuData. contentEquals(@NotNull PsuData otherPsuData)Method parameters in de.adorsys.psd2.consent.domain with type arguments of type PsuData Modifier and Type Method Description voidAuthorisable. setPsuDataList(List<PsuData> psuData) -
Uses of PsuData in de.adorsys.psd2.consent.service.mapper
Methods in de.adorsys.psd2.consent.service.mapper that return PsuData Modifier and Type Method Description PsuDataPsuDataMapper. mapToPsuData(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, String instanceId)Methods in de.adorsys.psd2.consent.service.mapper that return types with arguments of type PsuData Modifier and Type Method Description List<PsuData>PsuDataMapper. mapToPsuDataList(List<de.adorsys.psd2.xs2a.core.psu.PsuIdData> psuIdDataList, String instanceId)Methods in de.adorsys.psd2.consent.service.mapper with parameters of type PsuData Modifier and Type Method Description de.adorsys.psd2.xs2a.core.psu.PsuIdDataPsuDataMapper. mapToPsuIdData(PsuData psuData)Method parameters in de.adorsys.psd2.consent.service.mapper with type arguments of type PsuData Modifier and Type Method Description List<de.adorsys.psd2.xs2a.core.psu.PsuIdData>PsuDataMapper. mapToPsuIdDataList(List<PsuData> psuIdDataList)default AuthorisationEntityAuthorisationMapper. 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) -
Uses of PsuData in de.adorsys.psd2.consent.service.psu
Methods in de.adorsys.psd2.consent.service.psu that return types with arguments of type PsuData Modifier and Type Method 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 thereMethods in de.adorsys.psd2.consent.service.psu with parameters of type PsuData Modifier and Type Method 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 therebooleanCmsPsuService. isPsuDataNew(PsuData psuData, List<PsuData> psuDataList)Checks if the specified psuData is in the psu listbooleanCmsPsuService. isPsuDataRequestCorrect(PsuData psuRequest, PsuData psuAuth)Checks if the specified psu in request equals psu in authorisationMethod parameters in de.adorsys.psd2.consent.service.psu with type arguments of type PsuData Modifier and Type Method 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 therebooleanCmsPsuService. isPsuDataListEqual(@NotNull List<PsuData> psuDataList, @NotNull List<PsuData> anotherPsuDataList)Checks whether two specified lists of PSU Data are equalsbooleanCmsPsuService. isPsuDataNew(PsuData psuData, List<PsuData> psuDataList)Checks if the specified psuData is in the psu list
-