Uses of Class
de.adorsys.psd2.xs2a.core.profile.ScaApproach
-
Packages that use ScaApproach Package Description de.adorsys.psd2.xs2a.core.authorisation de.adorsys.psd2.xs2a.core.profile de.adorsys.psd2.xs2a.core.sca -
-
Uses of ScaApproach in de.adorsys.psd2.xs2a.core.authorisation
Methods in de.adorsys.psd2.xs2a.core.authorisation that return ScaApproach Modifier and Type Method Description ScaApproachAuthorisation. getChosenScaApproach()ScaApproachConsentAuthorization. getChosenScaApproach()Methods in de.adorsys.psd2.xs2a.core.authorisation with parameters of type ScaApproach Modifier and Type Method Description voidAuthorisation. setChosenScaApproach(ScaApproach chosenScaApproach)voidConsentAuthorization. setChosenScaApproach(ScaApproach chosenScaApproach) -
Uses of ScaApproach in de.adorsys.psd2.xs2a.core.profile
Methods in de.adorsys.psd2.xs2a.core.profile that return ScaApproach Modifier and Type Method Description static ScaApproachScaApproach. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaApproach[]ScaApproach. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScaApproach in de.adorsys.psd2.xs2a.core.sca
Methods in de.adorsys.psd2.xs2a.core.sca that return ScaApproach Modifier and Type Method Description ScaApproachAuthorisationScaApproachResponse. getScaApproach()Constructors in de.adorsys.psd2.xs2a.core.sca with parameters of type ScaApproach Constructor Description AuthorisationScaApproachResponse(ScaApproach scaApproach)
-