Class AisScaAuthorisationService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.authorization.ais.AisScaAuthorisationService
-
@Service public class AisScaAuthorisationService extends Object
-
-
Constructor Summary
Constructors Constructor Description AisScaAuthorisationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOneFactorAuthorisation(de.adorsys.psd2.core.data.ais.AisConsent aisConsent)Checks whether authorisation resource of this consent can be authenticated using only single factor
-
-
-
Method Detail
-
isOneFactorAuthorisation
public boolean isOneFactorAuthorisation(de.adorsys.psd2.core.data.ais.AisConsent aisConsent)
Checks whether authorisation resource of this consent can be authenticated using only single factor- Parameters:
aisConsent- consent which is being authorised- Returns:
- whether single-factor authentication is enough for this consent
-
-