Class RealmConfig.RealmIdentifier

java.lang.Object
org.elasticsearch.xpack.core.security.authc.RealmConfig.RealmIdentifier
All Implemented Interfaces:
Comparable<RealmConfig.RealmIdentifier>, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject
Enclosing class:
RealmConfig

public static class RealmConfig.RealmIdentifier extends Object implements Writeable, org.elasticsearch.xcontent.ToXContentObject, Comparable<RealmConfig.RealmIdentifier>
A realm identifier consists of a realm's type and name. Because realms are configured using a key that contains both of these parts (e.g. xpack.security.authc.realms.native.native_realm.order), it is often necessary to be able to pass this pair of variables as a single type (e.g. in method parameters, or return values).