Class Authentication.RealmRef

java.lang.Object
org.elasticsearch.xpack.core.security.authc.Authentication.RealmRef
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject
Enclosing class:
Authentication

public static class Authentication.RealmRef extends Object implements Writeable, ToXContentObject
Authentication.RealmRef expresses the grouping of realms, identified with RealmConfig.RealmIdentifiers, under RealmDomains. A domain groups different realms, such that any username, authenticated by different realms from the same domain, is to be associated to a single Profile.