Class TransportInvalidateApiKeyAction

java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.apikey.InvalidateApiKeyRequest,org.elasticsearch.xpack.core.security.action.apikey.InvalidateApiKeyResponse>
org.elasticsearch.xpack.security.action.apikey.TransportInvalidateApiKeyAction

public final class TransportInvalidateApiKeyAction extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.apikey.InvalidateApiKeyRequest,org.elasticsearch.xpack.core.security.action.apikey.InvalidateApiKeyResponse>
  • Field Summary

    Fields inherited from class org.elasticsearch.action.support.TransportAction

    actionName, logger, taskManager
  • Constructor Summary

    Constructors
    Constructor
    Description
    TransportInvalidateApiKeyAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ApiKeyService apiKeyService, org.elasticsearch.xpack.core.security.SecurityContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.apikey.InvalidateApiKeyRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.apikey.InvalidateApiKeyResponse> listener)
     

    Methods inherited from class org.elasticsearch.action.support.TransportAction

    execute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TransportInvalidateApiKeyAction

      @Inject public TransportInvalidateApiKeyAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ApiKeyService apiKeyService, org.elasticsearch.xpack.core.security.SecurityContext context)
  • Method Details

    • doExecute

      protected void doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.apikey.InvalidateApiKeyRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.apikey.InvalidateApiKeyResponse> listener)
      Specified by:
      doExecute in class org.elasticsearch.action.support.TransportAction<org.elasticsearch.xpack.core.security.action.apikey.InvalidateApiKeyRequest,org.elasticsearch.xpack.core.security.action.apikey.InvalidateApiKeyResponse>