Class ClearServiceAccountTokenCacheRequest

java.lang.Object
org.elasticsearch.client.security.ClearServiceAccountTokenCacheRequest
All Implemented Interfaces:
Validatable

public final class ClearServiceAccountTokenCacheRequest extends Object implements Validatable
The request used to clear the service account token cache.
  • Constructor Details

    • ClearServiceAccountTokenCacheRequest

      public ClearServiceAccountTokenCacheRequest(String namespace, String serviceName, String... tokenNames)
      Parameters:
      tokenNames - An array of token names to be cleared from the specified cache. If not specified, all entries will be cleared.
  • Method Details

    • getNamespace

      public String getNamespace()
    • getServiceName

      public String getServiceName()
    • getTokenNames

      public String[] getTokenNames()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object