Class DecoupledAisAuthorizationService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.authorization.AbstractConsentAuthorizationService<de.adorsys.psd2.core.data.ais.AisConsent>
-
- de.adorsys.psd2.xs2a.service.authorization.ais.AbstractAisAuthorizationService
-
- de.adorsys.psd2.xs2a.service.authorization.ais.DecoupledAisAuthorizationService
-
- All Implemented Interfaces:
ConsentAuthorizationService,ScaApproachServiceTypeProvider
@Service public class DecoupledAisAuthorizationService extends AbstractAisAuthorizationService
ConsentAuthorizationService implementation to be used in case of decoupled approach
-
-
Field Summary
-
Fields inherited from class de.adorsys.psd2.xs2a.service.authorization.AbstractConsentAuthorizationService
xs2aConsentAuthorisationMapper
-
-
Constructor Summary
Constructors Constructor Description DecoupledAisAuthorizationService(Xs2aConsentService consentService, Xs2aAuthorisationService authorisationService, ConsentPsuDataMapper consentPsuDataMapper, Xs2aAisConsentService aisConsentService, Xs2aConsentAuthorisationMapper xs2aConsentAuthorisationMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.adorsys.psd2.xs2a.core.profile.ScaApproachgetScaApproachServiceType()Gets SCA approach used in current service-
Methods inherited from class de.adorsys.psd2.xs2a.service.authorization.ais.AbstractAisAuthorizationService
getConsentById, updateConsentAuthorisation
-
Methods inherited from class de.adorsys.psd2.xs2a.service.authorization.AbstractConsentAuthorizationService
createAuthorisationRequest, createConsentAuthorization, getAuthorisationScaStatus, getConsentAuthorizationById, updateConsentPsuData
-
-
-
-
Constructor Detail
-
DecoupledAisAuthorizationService
public DecoupledAisAuthorizationService(Xs2aConsentService consentService, Xs2aAuthorisationService authorisationService, ConsentPsuDataMapper consentPsuDataMapper, Xs2aAisConsentService aisConsentService, Xs2aConsentAuthorisationMapper xs2aConsentAuthorisationMapper)
-
-
Method Detail
-
getScaApproachServiceType
public de.adorsys.psd2.xs2a.core.profile.ScaApproach getScaApproachServiceType()
Description copied from interface:ScaApproachServiceTypeProviderGets SCA approach used in current service- Returns:
- SCA approach
-
-