Class CacheKey

java.lang.Object
org.apache.nifi.web.security.util.CacheKey

public class CacheKey extends Object
Key for the cache. Necessary to override the default String.equals() to utilize MessageDigest.isEquals() to prevent timing attacks.
  • Field Details

  • Constructor Details

    • CacheKey

      public CacheKey(String key)
  • Method Details