Uses of Class
de.adorsys.psd2.xs2a.core.sca.ScaStatus
-
Packages that use ScaStatus Package Description de.adorsys.psd2.xs2a.core.authorisation de.adorsys.psd2.xs2a.core.sca -
-
Uses of ScaStatus in de.adorsys.psd2.xs2a.core.authorisation
Methods in de.adorsys.psd2.xs2a.core.authorisation that return ScaStatus Modifier and Type Method Description ScaStatusAccountConsentAuthorization. getScaStatus()ScaStatusAuthorisation. getScaStatus()Methods in de.adorsys.psd2.xs2a.core.authorisation with parameters of type ScaStatus Modifier and Type Method Description voidAccountConsentAuthorization. setScaStatus(ScaStatus scaStatus)voidAuthorisation. setScaStatus(ScaStatus scaStatus)Constructors in de.adorsys.psd2.xs2a.core.authorisation with parameters of type ScaStatus Constructor Description Authorisation(String authorisationId, PsuIdData psuIdData, String parentId, AuthorisationType authorisationType, ScaStatus scaStatus) -
Uses of ScaStatus in de.adorsys.psd2.xs2a.core.sca
Methods in de.adorsys.psd2.xs2a.core.sca that return ScaStatus Modifier and Type Method Description static ScaStatusScaStatus. fromValue(String text)Maps textual representation to ScaStatus enum-value.static ScaStatusScaStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaStatus[]ScaStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-