Uses of Class
de.adorsys.ledgers.oba.service.api.domain.ConsentReference
-
Packages that use ConsentReference Package Description de.adorsys.ledgers.oba.service.api.domain de.adorsys.ledgers.oba.service.api.service -
-
Uses of ConsentReference in de.adorsys.ledgers.oba.service.api.domain
Methods in de.adorsys.ledgers.oba.service.api.domain that return ConsentReference Modifier and Type Method Description ConsentReferencePaymentWorkflow. getConsentReference()Constructors in de.adorsys.ledgers.oba.service.api.domain with parameters of type ConsentReference Constructor Description ConsentWorkflow(de.adorsys.psd2.consent.api.ais.CmsAisConsentResponse consentResponse, ConsentReference consentReference)PaymentWorkflow(@NotNull de.adorsys.psd2.consent.api.pis.CmsPaymentResponse paymentResponse, ConsentReference consentReference) -
Uses of ConsentReference in de.adorsys.ledgers.oba.service.api.service
Methods in de.adorsys.ledgers.oba.service.api.service that return ConsentReference Modifier and Type Method Description ConsentReferenceConsentReferencePolicy. fromRequest(String encryptedConsentId, String authorizationId, String cookieString, boolean strict)Produces a consent reference from a web request.ConsentReferenceConsentReferencePolicy. fromURL(String redirectId, ConsentType consentType, String encryptedConsentId)Produces The consent reference based on the inbound URL parameter.
-