Uses of Class
de.adorsys.ledgers.middleware.api.domain.sca.ScaStatusTO
-
Packages that use ScaStatusTO Package Description de.adorsys.ledgers.middleware.api.domain.sca -
-
Uses of ScaStatusTO in de.adorsys.ledgers.middleware.api.domain.sca
Methods in de.adorsys.ledgers.middleware.api.domain.sca that return ScaStatusTO Modifier and Type Method Description static ScaStatusTOScaStatusTO. fromValue(String text)static ScaStatusTOScaStatusTO. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaStatusTO[]ScaStatusTO. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.adorsys.ledgers.middleware.api.domain.sca with parameters of type ScaStatusTO Constructor Description GlobalScaResponseTO(OpTypeTO opType, BearerTokenTO token, ScaStatusTO scaStatus, List<ScaUserDataTO> scaMethods, String psuMessage)GlobalScaResponseTO(OpTypeTO opType, String authorisationId, BearerTokenTO token, ScaStatusTO scaStatus, boolean multilevelScaRequired, List<ScaUserDataTO> scaMethods, String psuMessage)
-