Uses of Class
de.adorsys.ledgers.sca.db.domain.ScaStatus
-
Packages that use ScaStatus Package Description de.adorsys.ledgers.sca.db.domain de.adorsys.ledgers.sca.db.repository -
-
Uses of ScaStatus in de.adorsys.ledgers.sca.db.domain
Methods in de.adorsys.ledgers.sca.db.domain that return ScaStatus Modifier and Type Method Description 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.Methods in de.adorsys.ledgers.sca.db.domain with parameters of type ScaStatus Modifier and Type Method Description voidSCAOperationEntity. validate(ScaStatus scaStatus, int scaWeight)Constructors in de.adorsys.ledgers.sca.db.domain with parameters of type ScaStatus Constructor Description SCAOperationEntity(String authId, String opId, String externalId, OpType opType, String scaMethodId, int validitySeconds, int authCodeValiditySeconds, ScaStatus scaStatus, int scaWeight) -
Uses of ScaStatus in de.adorsys.ledgers.sca.db.repository
Methods in de.adorsys.ledgers.sca.db.repository with parameters of type ScaStatus Modifier and Type Method Description Optional<SCAOperationEntity>SCAOperationRepository. findByIdAndScaStatus(String authorisationId, ScaStatus scaStatus)
-