Package com.firebolt.jdbc.cache.key
Class ClientSecretCacheKey
java.lang.Object
com.firebolt.jdbc.cache.key.ClientSecretCacheKey
- All Implemented Interfaces:
CacheKey
-
Constructor Summary
ConstructorsConstructorDescriptionClientSecretCacheKey
(String clientId, String clientSecret, String accountName) -
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
-
ClientSecretCacheKey
-
-
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:
-