java.lang.Object
org.elasticsearch.xpack.security.authc.BytesKey

public final class BytesKey extends Object
Simple wrapper around bytes so that it can be used as a cache key. The hashCode is computed once upon creation and cached.
  • Constructor Details

    • BytesKey

      public BytesKey(byte[] bytes)
  • Method Details