org.elasticsearch.xpack.core.security.authc.Realm.Factorypublic class JwtRealmFactory
extends java.lang.Object
implements org.elasticsearch.xpack.core.security.authc.Realm.Factory
JwtRealm. This factory class is responsible for properly constructing the realm
when called by the X-Pack framework.| Constructor | Description |
|---|---|
JwtRealmFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
org.elasticsearch.xpack.core.security.authc.Realm |
create(org.elasticsearch.xpack.core.security.authc.RealmConfig realmConfig) |
Create a
JwtRealm based on the given configuration |
public org.elasticsearch.xpack.core.security.authc.Realm create(org.elasticsearch.xpack.core.security.authc.RealmConfig realmConfig)
throws java.lang.Exception
JwtRealm based on the given configurationcreate in interface org.elasticsearch.xpack.core.security.authc.Realm.FactoryrealmConfig - the configuration to create the realm withjava.lang.Exception