Uses of Class
de.adorsys.ledgers.sca.domain.OpTypeBO
-
Packages that use OpTypeBO Package Description de.adorsys.ledgers.sca.domain de.adorsys.ledgers.sca.service -
-
Uses of OpTypeBO in de.adorsys.ledgers.sca.domain
Methods in de.adorsys.ledgers.sca.domain that return OpTypeBO Modifier and Type Method Description static OpTypeBOOpTypeBO. valueOf(String name)Returns the enum constant of this type with the specified name.static OpTypeBO[]OpTypeBO. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OpTypeBO in de.adorsys.ledgers.sca.service
Methods in de.adorsys.ledgers.sca.service with parameters of type OpTypeBO Modifier and Type Method Description booleanSCAOperationService. authenticationCompleted(String opId, OpTypeBO opType)Return true if all authorization instances of this operation are validated.
-