Uses of Class
de.adorsys.psd2.xs2a.domain.consent.Xs2aAuthorisationSubResources
-
Packages that use Xs2aAuthorisationSubResources Package Description de.adorsys.psd2.xs2a.service de.adorsys.psd2.xs2a.service.authorization.pis de.adorsys.psd2.xs2a.web.mapper -
-
Uses of Xs2aAuthorisationSubResources in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service that return types with arguments of type Xs2aAuthorisationSubResources Modifier and Type Method Description ResponseObject<Xs2aAuthorisationSubResources>ConsentAuthorisationService. getConsentInitiationAuthorisations(String consentId)ResponseObject<Xs2aAuthorisationSubResources>ConsentService. getConsentInitiationAuthorisations(String consentId)ResponseObject<Xs2aAuthorisationSubResources>PaymentAuthorisationService. getPaymentInitiationAuthorisations(String paymentId, String paymentProduct, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType)ResponseObject<Xs2aAuthorisationSubResources>PaymentAuthorisationServiceImpl. getPaymentInitiationAuthorisations(String paymentId, String paymentProduct, de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType)Gets authorisations for current payment -
Uses of Xs2aAuthorisationSubResources in de.adorsys.psd2.xs2a.service.authorization.pis
Methods in de.adorsys.psd2.xs2a.service.authorization.pis that return types with arguments of type Xs2aAuthorisationSubResources Modifier and Type Method Description Optional<Xs2aAuthorisationSubResources>DecoupledPisScaAuthorisationService. getAuthorisationSubResources(String paymentId)Optional<Xs2aAuthorisationSubResources>EmbeddedPisScaAuthorisationService. getAuthorisationSubResources(String paymentId)Optional<Xs2aAuthorisationSubResources>OauthPisScaAuthorisationService. getAuthorisationSubResources(String paymentId)Optional<Xs2aAuthorisationSubResources>PisScaAuthorisationService. getAuthorisationSubResources(String paymentId)Gets authorisation sub resourcesOptional<Xs2aAuthorisationSubResources>RedirectPisScaAuthorisationService. getAuthorisationSubResources(String paymentId) -
Uses of Xs2aAuthorisationSubResources in de.adorsys.psd2.xs2a.web.mapper
Methods in de.adorsys.psd2.xs2a.web.mapper with parameters of type Xs2aAuthorisationSubResources Modifier and Type Method Description de.adorsys.psd2.model.AuthorisationsAuthorisationMapper. mapToAuthorisations(Xs2aAuthorisationSubResources xs2AAuthorisationSubResources)
-