Uses of Class
de.adorsys.psd2.consent.domain.PsuData
-
-
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.authorisation
Methods in de.adorsys.psd2.consent.service.authorisation that return PsuData Modifier and Type Method Description PsuDataPsuService. mapToPsuData(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String instanceId)Methods in de.adorsys.psd2.consent.service.authorisation that return types with arguments of type PsuData Modifier and Type Method Description Optional<PsuData>PsuService. definePsuDataForAuthorisation(PsuData psuData, List<PsuData> psuDataList)List<PsuData>PsuService. enrichPsuData(PsuData psuData, List<PsuData> psuDataList)Methods in de.adorsys.psd2.consent.service.authorisation with parameters of type PsuData Modifier and Type Method Description Optional<PsuData>PsuService. definePsuDataForAuthorisation(PsuData psuData, List<PsuData> psuDataList)List<PsuData>PsuService. enrichPsuData(PsuData psuData, List<PsuData> psuDataList)booleanPsuService. isPsuDataRequestCorrect(PsuData psuRequest, PsuData psuData)Method parameters in de.adorsys.psd2.consent.service.authorisation with type arguments of type PsuData Modifier and Type Method Description Optional<PsuData>PsuService. definePsuDataForAuthorisation(PsuData psuData, List<PsuData> psuDataList)List<PsuData>PsuService. enrichPsuData(PsuData psuData, List<PsuData> psuDataList)AuthorisationEntityAuthorisationService. 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.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 -
Uses of PsuData in de.adorsys.psd2.consent.service.psu.util
Methods in de.adorsys.psd2.consent.service.psu.util that return PsuData Modifier and Type Method Description PsuDataPsuDataUpdater. updatePsuDataEntity(PsuData psuData, PsuData other)Methods in de.adorsys.psd2.consent.service.psu.util with parameters of type PsuData Modifier and Type Method Description PsuDataPsuDataUpdater. updatePsuDataEntity(PsuData psuData, PsuData other)
-