Uses of Enum Class
es.kukenan.smartfi.microservice.security.gateway.cache.SessionCacheOperationEnum
Packages that use SessionCacheOperationEnum
Package
Description
Root application package.
Root application package.
-
Uses of SessionCacheOperationEnum in es.kukenan.smartfi.microservice.security.gateway.cache
Methods in es.kukenan.smartfi.microservice.security.gateway.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.security.gateway.cache with type arguments of type SessionCacheOperationEnumModifier and TypeMethodDescriptionvoidOtpCacheOperation.cacheOperations(List<SessionCacheOperationEnum> operations, String processId, Object obj) Cache operations.voidSessionCacheOperation.cacheOperations(List<SessionCacheOperationEnum> operations, String uuid, Object obj) Cache operations.voidWebviewCacheOperation.cacheOperationsWebview(List<SessionCacheOperationEnum> operations, String uuid, Object obj) Webview cache operations. -
Uses of SessionCacheOperationEnum in es.kukenan.smartfi.microservice.security.gateway.utils
Methods in es.kukenan.smartfi.microservice.security.gateway.utils with parameters of type SessionCacheOperationEnumModifier and TypeMethodDescriptionvoidOtpUtilities.manageOtpCacheForProcessId(String processId, SessionCacheOperationEnum sessionCacheOperationEnum, OtpCache otpCache) Manage specific operation otp cache process.voidSessionCacheUtilities.manageSessionCacheForUuid(String uuid, SessionCacheOperationEnum sessionCacheOperationEnum, es.kukenan.smartfi.microservice.security.gateway.cache.model.SessionCache sessionCache) Manage specific operation session cache process.voidWebviewCacheUtilities.manageSessionCacheForWebview(String uuidToken, SessionCacheOperationEnum sessionCacheOperationEnum, WebviewCache webviewCache) Manage specific operation uuid webview cache process.