Uses of Class
de.adorsys.ledgers.sca.db.domain.AuthCodeStatus
-
Packages that use AuthCodeStatus Package Description de.adorsys.ledgers.sca.db.domain de.adorsys.ledgers.sca.db.repository -
-
Uses of AuthCodeStatus in de.adorsys.ledgers.sca.db.domain
Methods in de.adorsys.ledgers.sca.db.domain that return AuthCodeStatus Modifier and Type Method Description static AuthCodeStatusAuthCodeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthCodeStatus[]AuthCodeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthCodeStatus in de.adorsys.ledgers.sca.db.repository
Methods in de.adorsys.ledgers.sca.db.repository with parameters of type AuthCodeStatus Modifier and Type Method Description List<SCAOperationEntity>SCAOperationRepository. findByStatus(AuthCodeStatus status)
-