Class TransportNodeEnrollmentAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.enrollment.NodeEnrollmentRequest,org.elasticsearch.xpack.core.security.action.enrollment.NodeEnrollmentResponse>
org.elasticsearch.xpack.security.action.enrollment.TransportNodeEnrollmentAction
public class TransportNodeEnrollmentAction
extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.enrollment.NodeEnrollmentRequest,org.elasticsearch.xpack.core.security.action.enrollment.NodeEnrollmentResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportNodeEnrollmentAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.xpack.core.ssl.SSLService sslService, org.elasticsearch.client.internal.Client client, org.elasticsearch.action.support.ActionFilters actionFilters) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.enrollment.NodeEnrollmentRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.enrollment.NodeEnrollmentResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute
-
Constructor Details
-
TransportNodeEnrollmentAction
@Inject public TransportNodeEnrollmentAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.xpack.core.ssl.SSLService sslService, org.elasticsearch.client.internal.Client client, org.elasticsearch.action.support.ActionFilters actionFilters)
-
-
Method Details
-
doExecute
protected void doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.enrollment.NodeEnrollmentRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.enrollment.NodeEnrollmentResponse> listener) - Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<org.elasticsearch.xpack.core.security.action.enrollment.NodeEnrollmentRequest,org.elasticsearch.xpack.core.security.action.enrollment.NodeEnrollmentResponse>
-