All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

@Deprecated public class KibanaUser extends ReservedUser
Deprecated.
use KibanaSystemUser
Built in user for the kibana server
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.elasticsearch.xpack.core.security.user.User

    User.Fields

    Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent

    org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
     
    static final String
    Deprecated.
     

    Fields inherited from interface org.elasticsearch.xcontent.ToXContent

    EMPTY, EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor
    Description
    KibanaUser(boolean enabled)
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.elasticsearch.xpack.core.security.user.User

    email, enabled, equals, fullName, hashCode, innerToXContent, metadata, principal, roles, toString, toXContent, writeUser

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.elasticsearch.xcontent.ToXContentObject

    isFragment
  • Field Details

  • Constructor Details

    • KibanaUser

      public KibanaUser(boolean enabled)
      Deprecated.