Uses of Enum Class
es.kukenan.smartfi.microservice.onboarding.security.cache.SessionCacheOperationEnum
Packages that use SessionCacheOperationEnum
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
-
Uses of SessionCacheOperationEnum in es.kukenan.smartfi.microservice.onboarding.security.cache
Methods in es.kukenan.smartfi.microservice.onboarding.security.cache that return SessionCacheOperationEnumModifier and TypeMethodDescriptionstatic SessionCacheOperationEnumReturns the enum constant of this class with the specified name.static SessionCacheOperationEnum[]SessionCacheOperationEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in es.kukenan.smartfi.microservice.onboarding.security.cache with type arguments of type SessionCacheOperationEnumModifier and TypeMethodDescriptionvoidOtpCacheOperation.cacheOperations(List<SessionCacheOperationEnum> operations, String processId, Object obj) Cache operations. -
Uses of SessionCacheOperationEnum in es.kukenan.smartfi.microservice.onboarding.utils
Methods in es.kukenan.smartfi.microservice.onboarding.utils with parameters of type SessionCacheOperationEnumModifier and TypeMethodDescriptionvoidOtpUtilities.manageOtpCacheForProcessId(String processId, SessionCacheOperationEnum sessionCacheOperationEnum, OtpCache otpCache) Manage specific operation otp cache process.