java.lang.Object
org.elasticsearch.xpack.core.security.authz.store.RoleKey

public final class RoleKey extends Object
A unique identifier that can be associated to a Role. It can be used as cache key for role caching.
  • Field Details

    • ROLES_STORE_SOURCE

      public static final String ROLES_STORE_SOURCE
      See Also:
    • ROLE_KEY_EMPTY

      public static final RoleKey ROLE_KEY_EMPTY
    • ROLE_KEY_SUPERUSER

      public static final RoleKey ROLE_KEY_SUPERUSER
  • Constructor Details

  • Method Details