@Service public class AuthorisationMethodDecider extends Object
| Constructor and Description |
|---|
AuthorisationMethodDecider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExplicitMethod(boolean tppExplicitAuthorisationPreferred,
boolean multilevelScaRequired)
Decides whether explicit authorisation method will be used based on tppExplicitAuthorisationPreferred and signingBasketSupported values.
|
boolean |
isImplicitMethod(boolean tppExplicitAuthorisationPreferred,
boolean multilevelScaRequired)
Decides whether implicit authorisation method will be used based on tppExplicitAuthorisationPreferred and signingBasketSupported values.
|
public boolean isExplicitMethod(boolean tppExplicitAuthorisationPreferred,
boolean multilevelScaRequired)
tppExplicitAuthorisationPreferred - value of tpp's choice of authorisation methodmultilevelScaRequired - does response have multilevel SCApublic boolean isImplicitMethod(boolean tppExplicitAuthorisationPreferred,
boolean multilevelScaRequired)
tppExplicitAuthorisationPreferred - value of tpp's choice of authorisation methodmultilevelScaRequired - does response have multilevel SCACopyright © 2019. All rights reserved.