Uses of Class
org.elasticsearch.client.security.AuthenticateResponse
-
Packages that use AuthenticateResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of AuthenticateResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return AuthenticateResponse Modifier and Type Method Description AuthenticateResponseSecurityClient. authenticate(RequestOptions options)Authenticate the current user and return all the information about the authenticated user.Method parameters in org.elasticsearch.client with type arguments of type AuthenticateResponse Modifier and Type Method Description CancellableSecurityClient. authenticateAsync(RequestOptions options, ActionListener<AuthenticateResponse> listener)Authenticate the current user asynchronously and return all the information about the authenticated user. -
Uses of AuthenticateResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return AuthenticateResponse Modifier and Type Method Description static AuthenticateResponseAuthenticateResponse. fromXContent(XContentParser parser)
-