Module org.elasticsearch.xcore
Class UpdateApiKeyRequestTranslator.Default
java.lang.Object
org.elasticsearch.xpack.core.security.action.apikey.UpdateApiKeyRequestTranslator.Default
- All Implemented Interfaces:
UpdateApiKeyRequestTranslator
- Enclosing interface:
UpdateApiKeyRequestTranslator
public static class UpdateApiKeyRequestTranslator.Default
extends Object
implements UpdateApiKeyRequestTranslator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final recordNested classes/interfaces inherited from interface org.elasticsearch.xpack.core.security.action.apikey.UpdateApiKeyRequestTranslator
UpdateApiKeyRequestTranslator.Default -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.elasticsearch.xcontent.ConstructingObjectParser<UpdateApiKeyRequestTranslator.Default.Payload, Void> createParser(CheckedBiFunction<String, org.elasticsearch.xcontent.XContentParser, RoleDescriptor, IOException> roleDescriptorParser) translate(RestRequest request)
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
createParser
protected static org.elasticsearch.xcontent.ConstructingObjectParser<UpdateApiKeyRequestTranslator.Default.Payload,Void> createParser(CheckedBiFunction<String, org.elasticsearch.xcontent.XContentParser, RoleDescriptor, IOException> roleDescriptorParser) -
translate
- Specified by:
translatein interfaceUpdateApiKeyRequestTranslator- Throws:
IOException
-