Module org.elasticsearch.security
Class TransportUpdateApiKeyAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<UpdateApiKeyRequest,UpdateApiKeyResponse>
org.elasticsearch.xpack.security.action.apikey.TransportBaseUpdateApiKeyAction<UpdateApiKeyRequest,UpdateApiKeyResponse>
org.elasticsearch.xpack.security.action.apikey.TransportUpdateApiKeyAction
public final class TransportUpdateApiKeyAction
extends TransportBaseUpdateApiKeyAction<UpdateApiKeyRequest,UpdateApiKeyResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportUpdateApiKeyAction(TransportService transportService, ActionFilters actionFilters, ApiKeyService apiKeyService, SecurityContext context, CompositeRolesStore rolesStore, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry) -
Method Summary
Methods inherited from class org.elasticsearch.xpack.security.action.apikey.TransportBaseUpdateApiKeyAction
doExecute, toSingleResponseMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportUpdateApiKeyAction
@Inject public TransportUpdateApiKeyAction(TransportService transportService, ActionFilters actionFilters, ApiKeyService apiKeyService, SecurityContext context, CompositeRolesStore rolesStore, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry)
-