Interface CacheKey

All Known Implementing Classes:
ClientSecretCacheKey, LocalhostCacheKey

public interface CacheKey
The interface of a caching key.
  • Method Summary

    Modifier and Type
    Method
    Description
    This will be used when saving to disk to encrypt the jwt token and to obfuscate the file name where it is saved.
    Returns the cache key value
  • Method Details

    • getValue

      String getValue()
      Returns the cache key value
      Returns:
    • getEncryptionKey

      String getEncryptionKey()
      This will be used when saving to disk to encrypt the jwt token and to obfuscate the file name where it is saved.
      Returns: