Uses of Interface
de.adorsys.psd2.xs2a.domain.authorisation.AuthorisationResponse
-
-
Uses of AuthorisationResponse in de.adorsys.psd2.xs2a.domain.consent
Classes in de.adorsys.psd2.xs2a.domain.consent that implement AuthorisationResponse Modifier and Type Class Description classCreateConsentAuthorizationResponseclassUpdateConsentPsuDataResponseclassXs2aCreatePisAuthorisationResponse -
Uses of AuthorisationResponse in de.adorsys.psd2.xs2a.domain.consent.pis
Classes in de.adorsys.psd2.xs2a.domain.consent.pis that implement AuthorisationResponse Modifier and Type Class Description classXs2aUpdatePisCommonPaymentPsuDataResponse -
Uses of AuthorisationResponse in de.adorsys.psd2.xs2a.service
Methods in de.adorsys.psd2.xs2a.service that return types with arguments of type AuthorisationResponse Modifier and Type Method Description ResponseObject<AuthorisationResponse>ConsentAuthorisationService. createAisAuthorisation(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId, String password)ResponseObject<AuthorisationResponse>ConsentService. createAisAuthorisation(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId, String password)Creates new authorisation for given consent and updates it if PSU Data or password are present in the requestResponseObject<AuthorisationResponse>PaymentAuthorisationService. createPisAuthorisation(Xs2aCreatePisAuthorisationRequest request)ResponseObject<AuthorisationResponse>PaymentAuthorisationServiceImpl. createPisAuthorisation(Xs2aCreatePisAuthorisationRequest createRequest)Creates pis authorisation for payment. -
Uses of AuthorisationResponse in de.adorsys.psd2.xs2a.service.authorization.processor.model
Classes in de.adorsys.psd2.xs2a.service.authorization.processor.model that implement AuthorisationResponse Modifier and Type Class Description classAuthorisationProcessorResponse -
Uses of AuthorisationResponse in de.adorsys.psd2.xs2a.web.aspect
Methods in de.adorsys.psd2.xs2a.web.aspect that return types with arguments of type AuthorisationResponse Modifier and Type Method Description ResponseObject<AuthorisationResponse>CreatePisAuthorizationAspect. createPisAuthorizationAspect(ResponseObject<AuthorisationResponse> result, Xs2aCreatePisAuthorisationRequest createRequest)ResponseObject<AuthorisationResponse>ConsentAspect. invokeCreateConsentPsuDataAspect(ResponseObject<AuthorisationResponse> result, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId, String password)Method parameters in de.adorsys.psd2.xs2a.web.aspect with type arguments of type AuthorisationResponse Modifier and Type Method Description ResponseObject<AuthorisationResponse>CreatePisAuthorizationAspect. createPisAuthorizationAspect(ResponseObject<AuthorisationResponse> result, Xs2aCreatePisAuthorisationRequest createRequest)ResponseObject<AuthorisationResponse>ConsentAspect. invokeCreateConsentPsuDataAspect(ResponseObject<AuthorisationResponse> result, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId, String password) -
Uses of AuthorisationResponse in de.adorsys.psd2.xs2a.web.mapper
Method parameters in de.adorsys.psd2.xs2a.web.mapper with type arguments of type AuthorisationResponse Modifier and Type Method Description ObjectAuthorisationMapper. mapToAisCreateOrUpdateAuthorisationResponse(ResponseObject<AuthorisationResponse> responseObject)
-