Class HttpInputAuthentication
java.lang.Object
co.elastic.clients.elasticsearch.watcher.HttpInputAuthentication
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class HttpInputAuthentication extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpInputAuthentication.BuilderBuilder forHttpInputAuthentication. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<HttpInputAuthentication>_DESERIALIZERJson deserializer forHttpInputAuthentication -
Constructor Summary
Constructors Constructor Description HttpInputAuthentication(HttpInputAuthentication.Builder builder)HttpInputAuthentication(java.util.function.Function<HttpInputAuthentication.Builder,HttpInputAuthentication.Builder> fn) -
Method Summary
Modifier and Type Method Description HttpInputBasicAuthenticationbasic()Required - API name:basicvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupHttpInputAuthenticationDeserializer(DelegatingDeserializer<HttpInputAuthentication.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forHttpInputAuthentication
-
-
Constructor Details
-
HttpInputAuthentication
-
HttpInputAuthentication
public HttpInputAuthentication(java.util.function.Function<HttpInputAuthentication.Builder,HttpInputAuthentication.Builder> fn)
-
-
Method Details
-
basic
Required - API name:basic -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupHttpInputAuthenticationDeserializer
protected static void setupHttpInputAuthenticationDeserializer(DelegatingDeserializer<HttpInputAuthentication.Builder> op)
-