Class PiisScaAuthorisationService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.authorization.piis.PiisScaAuthorisationService
-
@Service public class PiisScaAuthorisationService extends Object
-
-
Constructor Summary
Constructors Constructor Description PiisScaAuthorisationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOneFactorAuthorisation(de.adorsys.psd2.core.data.piis.v1.PiisConsent piisConsent)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.piis.v1.PiisConsent piisConsent)
Checks whether authorisation resource of this consent can be authenticated using only single factor- Parameters:
piisConsent- consent which is being authorised- Returns:
- whether single-factor authentication is enough for this consent
-
-