Package org.elasticsearch.xpack.security
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
ConstructorsConstructorDescriptionSecurityInfoTransportAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.common.settings.Settings settings) -
Method Summary
Methods inherited from class org.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
doExecuteMethods inherited from class org.elasticsearch.action.support.TransportAction
execute
-
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
- Specified by:
namein classorg.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
-
available
public boolean available()- Specified by:
availablein classorg.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
-
enabled
public boolean enabled()- Specified by:
enabledin classorg.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
-