Uses of Class
org.elasticsearch.client.security.InvalidateTokenResponse
-
Packages that use InvalidateTokenResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of InvalidateTokenResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return InvalidateTokenResponse Modifier and Type Method Description InvalidateTokenResponseSecurityClient. invalidateToken(InvalidateTokenRequest request, RequestOptions options)Invalidates an OAuth2 token.Method parameters in org.elasticsearch.client with type arguments of type InvalidateTokenResponse Modifier and Type Method Description CancellableSecurityClient. invalidateTokenAsync(InvalidateTokenRequest request, RequestOptions options, ActionListener<InvalidateTokenResponse> listener)Asynchronously invalidates an OAuth2 token. -
Uses of InvalidateTokenResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return InvalidateTokenResponse Modifier and Type Method Description static InvalidateTokenResponseInvalidateTokenResponse. fromXContent(XContentParser parser)
-