Package de.adorsys.psd2.xs2a.web.aspect
Class ConsentAspect
- java.lang.Object
-
- de.adorsys.psd2.xs2a.web.aspect.ConsentAspect
-
@Component public class ConsentAspect extends Object
-
-
Constructor Summary
Constructors Constructor Description ConsentAspect(ConsentAspectService consentAspectService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseObject<Xs2aConfirmationOfFundsResponse>createPiisConsentWithResponse(ResponseObject<Xs2aConfirmationOfFundsResponse> result, CreatePiisConsentRequest request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, boolean explicitPreferred)ResponseObject<CreateConsentResponse>invokeCreateAccountConsentAspect(ResponseObject<CreateConsentResponse> result, CreateConsentReq request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, boolean explicitPreferred)ResponseObject<AuthorisationResponse>invokeCreateConsentPsuDataAspect(ResponseObject<AuthorisationResponse> result, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId, String password)ResponseObject<UpdateConsentPsuDataResponse>invokeUpdateConsentPsuDataAspect(ResponseObject<UpdateConsentPsuDataResponse> result, UpdateConsentPsuDataReq updatePsuData)
-
-
-
Constructor Detail
-
ConsentAspect
public ConsentAspect(ConsentAspectService consentAspectService)
-
-
Method Detail
-
invokeCreateAccountConsentAspect
public ResponseObject<CreateConsentResponse> invokeCreateAccountConsentAspect(ResponseObject<CreateConsentResponse> result, CreateConsentReq request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, boolean explicitPreferred)
-
invokeCreateConsentPsuDataAspect
public ResponseObject<AuthorisationResponse> invokeCreateConsentPsuDataAspect(ResponseObject<AuthorisationResponse> result, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId, String password)
-
invokeUpdateConsentPsuDataAspect
public ResponseObject<UpdateConsentPsuDataResponse> invokeUpdateConsentPsuDataAspect(ResponseObject<UpdateConsentPsuDataResponse> result, UpdateConsentPsuDataReq updatePsuData)
-
createPiisConsentWithResponse
public ResponseObject<Xs2aConfirmationOfFundsResponse> createPiisConsentWithResponse(ResponseObject<Xs2aConfirmationOfFundsResponse> result, CreatePiisConsentRequest request, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, boolean explicitPreferred)
-
-