java.lang.Object
org.elasticsearch.xpack.core.security.authc.RealmSettings

public class RealmSettings extends Object
Provides a number of utility methods for interacting with Settings and Setting inside a Realm. Settings for realms use an affix style, where the type of the realm is part of the prefix, and name of the realm is the variable portion (That is to set the order in a file realm named "file1", then full setting key would be xpack.security.authc.realms.file.file1.order. This class provides some convenience methods for defining and retrieving such settings.