Uses of Class
es.kukenan.smartfi.microservice.firm.repository.entity.ExternalOtpValidation
Packages that use ExternalOtpValidation
Package
Description
Application Rest controllers.
Application Utils.
-
Uses of ExternalOtpValidation in es.kukenan.smartfi.microservice.firm.repository
Methods in es.kukenan.smartfi.microservice.firm.repository with type parameters of type ExternalOtpValidationModifier and TypeMethodDescription<S extends ExternalOtpValidation>
SExternalOtpValidationRepository.saveAndFlush(S entity) Saves an entity and flushes changes instantly.Methods in es.kukenan.smartfi.microservice.firm.repository that return ExternalOtpValidationModifier and TypeMethodDescriptionExternalOtpValidationRepository.findOneById(String id) Get external OTP validation is in BBDD. -
Uses of ExternalOtpValidation in es.kukenan.smartfi.microservice.firm.utils
Methods in es.kukenan.smartfi.microservice.firm.utils that return ExternalOtpValidationModifier and TypeMethodDescriptionOtpUtilities.createExternalOtpValidation(User user, FirmControl signature, String operationId, int backoffice, OperationType operationType, String challengeInput, Status status, String tppId) Create an External OTP Validation.