Class EmbeddedAisAuthorizationService
- 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.EmbeddedAisAuthorizationService
-
- All Implemented Interfaces:
AisAuthorizationService,ConsentAuthorizationService,ScaApproachServiceTypeProvider
@Service public class EmbeddedAisAuthorizationService extends AbstractAisAuthorizationService
AisAuthorizationService implementation to be used in case of embedded approach
-
-
Constructor Summary
Constructors Constructor Description EmbeddedAisAuthorizationService(Xs2aConsentService consentService, Xs2aAuthorisationService authorisationService, ConsentPsuDataMapper consentPsuDataMapper, Xs2aAisConsentService aisConsentService)
-
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
createConsentAuthorization, getAuthorisationScaStatus, getConsentAuthorizationById, updateConsentPsuData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.psd2.xs2a.service.authorization.ConsentAuthorizationService
createConsentAuthorization, getAuthorisationScaStatus, getConsentAuthorizationById, updateConsentPsuData
-
-
-
-
Constructor Detail
-
EmbeddedAisAuthorizationService
public EmbeddedAisAuthorizationService(Xs2aConsentService consentService, Xs2aAuthorisationService authorisationService, ConsentPsuDataMapper consentPsuDataMapper, Xs2aAisConsentService aisConsentService)
-
-
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
-
-