Class SecurityInfoTransportAction

java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.protocol.xpack.XPackInfoRequest,org.elasticsearch.xpack.core.action.XPackInfoFeatureResponse>
org.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
org.elasticsearch.xpack.security.SecurityInfoTransportAction

public class SecurityInfoTransportAction extends org.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
Indicates whether the features of Security are currently in use
  • Field Summary

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

    actionName, logger, taskManager
  • Constructor Summary

    Constructors
    Constructor
    Description
    SecurityInfoTransportAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.common.settings.Settings settings)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
     

    Methods inherited from class org.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction

    doExecute

    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

    • SecurityInfoTransportAction

      @Inject public SecurityInfoTransportAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.common.settings.Settings settings)
  • Method Details

    • name

      public String name()
      Specified by:
      name in class org.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
    • available

      public boolean available()
      Specified by:
      available in class org.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
    • enabled

      public boolean enabled()
      Specified by:
      enabled in class org.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction