Uses of Class
de.adorsys.psd2.consent.domain.TppInfoEntity
-
Packages that use TppInfoEntity Package Description de.adorsys.psd2.consent.repository de.adorsys.psd2.consent.service.mapper -
-
Uses of TppInfoEntity in de.adorsys.psd2.consent.repository
Methods in de.adorsys.psd2.consent.repository that return types with arguments of type TppInfoEntity Modifier and Type Method Description Optional<TppInfoEntity>TppInfoRepository. findByAuthorisationNumber(@NotNull String tppAuthorisationNumber)Optional<TppInfoEntity>TppInfoRepository. findFirstByAuthorisationNumberAndInstanceId(@NotNull String tppAuthorisationNumber, @NotNull String instanceId) -
Uses of TppInfoEntity in de.adorsys.psd2.consent.service.mapper
Methods in de.adorsys.psd2.consent.service.mapper that return TppInfoEntity Modifier and Type Method Description TppInfoEntityTppInfoMapper. mapToTppInfoEntity(de.adorsys.psd2.xs2a.core.tpp.TppInfo tppInfo)Methods in de.adorsys.psd2.consent.service.mapper with parameters of type TppInfoEntity Modifier and Type Method Description ConsentEntityPiisConsentMapper. mapToPiisConsentEntity(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, TppInfoEntity tppInfoEntity, de.adorsys.psd2.consent.aspsp.api.piis.CreatePiisConsentRequest request, String instanceId)de.adorsys.psd2.xs2a.core.tpp.TppInfoTppInfoMapper. mapToTppInfo(TppInfoEntity tppInfoEntity)
-