Uses of Class
org.elasticsearch.client.security.AuthenticateResponse.RealmInfo
-
Packages that use AuthenticateResponse.RealmInfo Package Description org.elasticsearch.client.security -
-
Uses of AuthenticateResponse.RealmInfo in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return AuthenticateResponse.RealmInfo Modifier and Type Method Description AuthenticateResponse.RealmInfoAuthenticateResponse. getAuthenticationRealm()AuthenticateResponse.RealmInfoAuthenticateResponse. getLookupRealm()Constructors in org.elasticsearch.client.security with parameters of type AuthenticateResponse.RealmInfo Constructor Description AuthenticateResponse(User user, boolean enabled, AuthenticateResponse.RealmInfo authenticationRealm, AuthenticateResponse.RealmInfo lookupRealm)
-