Uses of Class
de.adorsys.ledgers.middleware.api.domain.sca.OpTypeTO
-
Packages that use OpTypeTO Package Description de.adorsys.ledgers.middleware.api.domain.sca de.adorsys.ledgers.middleware.api.service -
-
Uses of OpTypeTO in de.adorsys.ledgers.middleware.api.domain.sca
Methods in de.adorsys.ledgers.middleware.api.domain.sca that return OpTypeTO Modifier and Type Method Description static OpTypeTOOpTypeTO. valueOf(String name)Returns the enum constant of this type with the specified name.static OpTypeTO[]OpTypeTO. 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 OpTypeTO 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)StartScaOprTO(String oprId, OpTypeTO opType)StartScaOprTO(String oprId, String externalId, String authorizationId, OpTypeTO opType) -
Uses of OpTypeTO in de.adorsys.ledgers.middleware.api.service
Methods in de.adorsys.ledgers.middleware.api.service with parameters of type OpTypeTO Modifier and Type Method Description GlobalScaResponseTOOperationService. execute(OpTypeTO opType, String opId, ScaInfoTO scaInfo)<T> GlobalScaResponseTOOperationService. resolveInitiation(OpTypeTO opType, String opId, T object, ScaInfoTO scaInfo)
-