Uses of Class
org.elasticsearch.client.security.InvalidateApiKeyRequest
-
Packages that use InvalidateApiKeyRequest Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of InvalidateApiKeyRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type InvalidateApiKeyRequest Modifier and Type Method Description InvalidateApiKeyResponseSecurityClient. invalidateApiKey(InvalidateApiKeyRequest request, RequestOptions options)Invalidate API Key(s).
See the docs for more.CancellableSecurityClient. invalidateApiKeyAsync(InvalidateApiKeyRequest request, RequestOptions options, ActionListener<InvalidateApiKeyResponse> listener)Asynchronously invalidates API key(s).
See the docs for more. -
Uses of InvalidateApiKeyRequest in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return InvalidateApiKeyRequest Modifier and Type Method Description static InvalidateApiKeyRequestInvalidateApiKeyRequest. forOwnedApiKeys()Creates invalidate api key request to invalidate api keys owned by the current authenticated user.static InvalidateApiKeyRequestInvalidateApiKeyRequest. usingApiKeyId(String apiKeyId, boolean ownedByAuthenticatedUser)Creates invalidate API key request for given api key idstatic InvalidateApiKeyRequestInvalidateApiKeyRequest. usingApiKeyName(String apiKeyName, boolean ownedByAuthenticatedUser)Creates invalidate API key request for given api key namestatic InvalidateApiKeyRequestInvalidateApiKeyRequest. usingRealmAndUserName(String realmName, String userName)Creates invalidate API key request for given realm and user namestatic InvalidateApiKeyRequestInvalidateApiKeyRequest. usingRealmName(String realmName)Creates invalidate API key request for given realm namestatic InvalidateApiKeyRequestInvalidateApiKeyRequest. usingUserName(String userName)Creates invalidate API key request for given user name
-