Uses of Class
org.elasticsearch.client.security.CreateTokenResponse
-
Packages that use CreateTokenResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of CreateTokenResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return CreateTokenResponse Modifier and Type Method Description CreateTokenResponseSecurityClient. createToken(CreateTokenRequest request, RequestOptions options)Creates an OAuth2 token.Method parameters in org.elasticsearch.client with type arguments of type CreateTokenResponse Modifier and Type Method Description CancellableSecurityClient. createTokenAsync(CreateTokenRequest request, RequestOptions options, ActionListener<CreateTokenResponse> listener)Asynchronously creates an OAuth2 token. -
Uses of CreateTokenResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return CreateTokenResponse Modifier and Type Method Description static CreateTokenResponseCreateTokenResponse. fromXContent(XContentParser parser)
-