Package org.apache.camel.http.common
Class HttpConfiguration
java.lang.Object
org.apache.camel.http.common.HttpConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetAuthDomain(String authDomain) Authentication domain to use with NTMLvoidsetAuthHost(String authHost) Authentication host to use with NTMLvoidsetAuthMethod(String authMethod) Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM.voidsetAuthMethodPriority(String authMethodPriority) Which authentication method to prioritize to use, either as Basic, Digest or NTLM.voidsetAuthPassword(String authPassword) Authentication passwordvoidsetAuthUsername(String authUsername) Authentication usernamevoidsetOauth2ClientId(String oauth2ClientId) OAuth2 Client idvoidsetOauth2ClientSecret(String oauth2ClientSecret) OAuth2 Client secretvoidsetOauth2TokenEndpoint(String oauth2TokenEndpoint) OAuth2 token endpointvoidsetProxyAuthDomain(String proxyAuthDomain) Proxy authentication domain to use with NTMLvoidsetProxyAuthHost(String proxyAuthHost) Proxy authentication hostvoidsetProxyAuthMethod(String proxyAuthMethod) Proxy authentication method to usevoidsetProxyAuthPassword(String proxyAuthPassword) Proxy authentication passwordvoidsetProxyAuthPort(int proxyAuthPort) Proxy authentication portvoidsetProxyAuthScheme(String proxyAuthScheme) Proxy authentication scheme to usevoidsetProxyAuthUsername(String proxyAuthUsername) Proxy authentication usernamevoidsetProxyHost(String proxyHost) Proxy hostname to usevoidsetProxyPort(int proxyPort) Proxy port to use
-
Constructor Details
-
HttpConfiguration
public HttpConfiguration()
-
-
Method Details
-
getAuthMethod
-
setAuthMethod
Authentication methods allowed to use as a comma separated list of values Basic, Digest or NTLM. -
getAuthMethodPriority
-
setAuthMethodPriority
Which authentication method to prioritize to use, either as Basic, Digest or NTLM. -
getAuthUsername
-
setAuthUsername
Authentication username -
getAuthPassword
-
setAuthPassword
Authentication password -
getAuthDomain
-
setAuthDomain
Authentication domain to use with NTML -
getAuthHost
-
setAuthHost
Authentication host to use with NTML -
getProxyAuthScheme
-
setProxyAuthScheme
Proxy authentication scheme to use -
getProxyAuthMethod
-
setProxyAuthMethod
Proxy authentication method to use -
getProxyAuthUsername
-
setProxyAuthUsername
Proxy authentication username -
getProxyAuthPassword
-
setProxyAuthPassword
Proxy authentication password -
getProxyAuthDomain
-
setProxyAuthDomain
Proxy authentication domain to use with NTML -
getProxyAuthHost
-
setProxyAuthHost
Proxy authentication host -
getProxyAuthPort
public int getProxyAuthPort() -
setProxyAuthPort
public void setProxyAuthPort(int proxyAuthPort) Proxy authentication port -
getProxyHost
-
setProxyHost
Proxy hostname to use -
getProxyPort
public int getProxyPort() -
setProxyPort
public void setProxyPort(int proxyPort) Proxy port to use -
getOauth2ClientId
-
setOauth2ClientId
OAuth2 Client id -
getOauth2ClientSecret
-
setOauth2ClientSecret
OAuth2 Client secret -
getOauth2TokenEndpoint
-
setOauth2TokenEndpoint
OAuth2 token endpoint
-