Uses of Class
es.kukenan.smartfi.microservice.onboarding.security.cache.model.OtpCache
Packages that use OtpCache
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
Services and related beans and dependencies.
Services and related beans and dependencies.
-
Uses of OtpCache in es.kukenan.smartfi.microservice.onboarding.security.cache
Methods in es.kukenan.smartfi.microservice.onboarding.security.cache that return OtpCacheModifier and TypeMethodDescriptionOtpCacheOperation.getAllInformationByProcessId(String processId) getting all Otp Cache object.Methods in es.kukenan.smartfi.microservice.onboarding.security.cache that return types with arguments of type OtpCache -
Uses of OtpCache in es.kukenan.smartfi.microservice.onboarding.security.otp
Methods in es.kukenan.smartfi.microservice.onboarding.security.otp that return OtpCacheModifier and TypeMethodDescriptionprivate OtpCacheGenericOtpRequiredResponseHandler.createOtpCache(User user) Methods in es.kukenan.smartfi.microservice.onboarding.security.otp with parameters of type OtpCacheModifier and TypeMethodDescriptionprotected voidAbstractOtpRequiredResponseHandler.publishOtpEvent(org.springframework.web.server.ServerWebExchange exchange, OtpCache otpCache, String operationType) Publish an OTP generated event.protected voidAbstractOtpRequiredResponseHandler.saveOtpProcess(OtpCache otpCache) Store a new OTP process in the cache. -
Uses of OtpCache in es.kukenan.smartfi.microservice.onboarding.service
Methods in es.kukenan.smartfi.microservice.onboarding.service that return OtpCacheModifier and TypeMethodDescriptionOtpService.getOtpSessionCache(String userId, String endpointVerb, String endpointPath, byte[] endpointBody, String generatedOtpValue, String deviceId, OtpConfiguration otpConfiguration, Map<String, String> headers) Get Otp session cache.Methods in es.kukenan.smartfi.microservice.onboarding.service with parameters of type OtpCacheModifier and TypeMethodDescriptionprotected voidprivate booleanOtpService.isOtpValid(OtpCache otpCache, String otpValue) private voidOtpService.manageInvalidOtp(String processId, OtpCache otpCache, String otpValue, es.kukenan.smartfi.dto.ResponseDTO<Object> responseDto, es.kukenan.smartfi.dto.BasicApiResponse result) private voidOtpService.regenerateOtpValueForProcessId(String processId, OtpCache otpCache, es.kukenan.smartfi.dto.ResponseDTO<Object> responseDto, es.kukenan.smartfi.dto.BasicApiResponse result) Regenerate otp value in resend cases.private voidOtpService.updateCounterOtpCacheForProcessId(String processId, OtpCache otpCache, es.kukenan.smartfi.dto.ResponseDTO<Object> responseDto, es.kukenan.smartfi.dto.BasicApiResponse result) Update otp counter for specific processId.protected org.springframework.http.ResponseEntity<es.kukenan.smartfi.dto.ResponseDTO<Object>>OtpService.validateOtpGenericProcess(String processId, OtpCache otpCache, es.kukenan.smartfi.dto.onboarding.OtpRequestDto otpRequestDto, boolean resumeTask, String userId, String userAgent, String userIp, String product) Generic OTP management process validate. -
Uses of OtpCache in es.kukenan.smartfi.microservice.onboarding.utils
Methods in es.kukenan.smartfi.microservice.onboarding.utils with parameters of type OtpCacheModifier and TypeMethodDescriptionvoidOtpUtilities.manageOtpCacheForProcessId(String processId, SessionCacheOperationEnum sessionCacheOperationEnum, OtpCache otpCache) Manage specific operation otp cache process.