public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_AUTH_METHOD_CONF |
"camel.kamelet.http-secured-sink.authMethod" |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_AUTH_METHOD_DEFAULT |
"Basic" |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_AUTH_METHOD_DOC |
"Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM." |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_AUTH_PASSWORD_CONF |
"camel.kamelet.http-secured-sink.authPassword" |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_AUTH_PASSWORD_DOC |
"Authentication password" |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_AUTH_USERNAME_CONF |
"camel.kamelet.http-secured-sink.authUsername" |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_AUTH_USERNAME_DOC |
"Authentication username" |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_AUTHENTICATION_PREEMPTIVE_CONF |
"camel.kamelet.http-secured-sink.authenticationPreemptive" |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_AUTHENTICATION_PREEMPTIVE_DOC |
"If this option is true, camel-http sends preemptive basic authentication to the server." |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_METHOD_CONF |
"camel.kamelet.http-secured-sink.method" |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_METHOD_DEFAULT |
"POST" |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_METHOD_DOC |
"The HTTP method to use" |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_URL_CONF |
"camel.kamelet.http-secured-sink.url" |
public static final String |
CAMEL_SINK_HTTPSECUREDSINK_KAMELET_URL_DOC |
"The URL to send data to Example: https://my-service/path" |