Package com.firebolt.jdbc.cache.key
Class LocalhostCacheKey
java.lang.Object
com.firebolt.jdbc.cache.key.LocalhostCacheKey
- All Implemented Interfaces:
CacheKey
When caching localhost connections, use the access token first 8 digits as the key
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis will be used when saving to disk to encrypt the jwt token and to obfuscate the file name where it is saved.getValue()
Returns the cache key value
-
Constructor Details
-
LocalhostCacheKey
-
-
Method Details
-
getValue
Description copied from interface:CacheKey
Returns the cache key value -
getEncryptionKey
Description copied from interface:CacheKey
This will be used when saving to disk to encrypt the jwt token and to obfuscate the file name where it is saved.- Specified by:
getEncryptionKey
in interfaceCacheKey
- Returns:
-