Module org.elasticsearch.security
Package org.elasticsearch.xpack.security
Class SecurityInfoTransportAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<XPackInfoRequest,XPackInfoFeatureResponse>
org.elasticsearch.action.support.HandledTransportAction<XPackInfoRequest,XPackInfoFeatureResponse>
org.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
org.elasticsearch.xpack.security.SecurityInfoTransportAction
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
ConstructorsConstructorDescriptionSecurityInfoTransportAction(TransportService transportService, ActionFilters actionFilters, Settings settings) -
Method Summary
Methods inherited from class org.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
doExecuteMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
SecurityInfoTransportAction
@Inject public SecurityInfoTransportAction(TransportService transportService, ActionFilters actionFilters, Settings settings)
-
-
Method Details
-
name
- Specified by:
namein classXPackInfoFeatureTransportAction
-
available
public boolean available()- Specified by:
availablein classXPackInfoFeatureTransportAction
-
enabled
public boolean enabled()- Specified by:
enabledin classXPackInfoFeatureTransportAction
-