Class TransportGetServiceAccountCredentialsAction

java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.service.GetServiceAccountCredentialsRequest,org.elasticsearch.xpack.core.security.action.service.GetServiceAccountCredentialsResponse>
org.elasticsearch.xpack.security.action.service.TransportGetServiceAccountCredentialsAction

public class TransportGetServiceAccountCredentialsAction extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.service.GetServiceAccountCredentialsRequest,org.elasticsearch.xpack.core.security.action.service.GetServiceAccountCredentialsResponse>
  • Field Summary

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

    actionName, logger, taskManager
  • Constructor Summary

    Constructors
    Constructor
    Description
    TransportGetServiceAccountCredentialsAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ServiceAccountService serviceAccountService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.service.GetServiceAccountCredentialsRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.service.GetServiceAccountCredentialsResponse> 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

    • TransportGetServiceAccountCredentialsAction

      @Inject public TransportGetServiceAccountCredentialsAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ServiceAccountService serviceAccountService)
  • Method Details

    • doExecute

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