Package org.apache.camel.component.http
Class HttpCredentialsHelper
java.lang.Object
org.apache.camel.component.http.HttpCredentialsHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateBasicAuthHeader(String user, String pass) static org.apache.hc.client5.http.auth.CredentialsgetCredentials(String method, String username, String password, String host, String domain, String token) org.apache.hc.client5.http.auth.CredentialsProvidergetCredentialsProvider(String host, Integer port, org.apache.hc.client5.http.auth.Credentials credentials)
-
Method Details
-
getCredentialsProvider
-
generateBasicAuthHeader
-
getCredentials
-