Package de.adorsys.psd2.xs2a.service
Class ConsentAuthorisationService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.ConsentAuthorisationService
-
@Service public class ConsentAuthorisationService extends Object
-
-
Constructor Summary
Constructors Constructor Description ConsentAuthorisationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseObject<AuthorisationResponse>createAisAuthorisation(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId, String password)ResponseObject<ConsentScaStatus>getConsentAuthorisationScaStatus(String consentId, String authorisationId)ResponseObject<Xs2aAuthorisationSubResources>getConsentInitiationAuthorisations(String consentId)ResponseObject<UpdateConsentPsuDataResponse>updateConsentPsuData(ConsentAuthorisationsParameters updatePsuData)
-
-
-
Method Detail
-
createAisAuthorisation
public ResponseObject<AuthorisationResponse> createAisAuthorisation(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, String consentId, String password)
-
getConsentInitiationAuthorisations
public ResponseObject<Xs2aAuthorisationSubResources> getConsentInitiationAuthorisations(String consentId)
-
getConsentAuthorisationScaStatus
public ResponseObject<ConsentScaStatus> getConsentAuthorisationScaStatus(String consentId, String authorisationId)
-
updateConsentPsuData
public ResponseObject<UpdateConsentPsuDataResponse> updateConsentPsuData(ConsentAuthorisationsParameters updatePsuData)
-
-