Class NTLMAuthHttpClientFactory
java.lang.Object
org.apache.olingo.client.core.http.AbstractHttpClientFactory
org.apache.olingo.client.core.http.DefaultHttpClientFactory
org.apache.olingo.client.core.http.NTLMAuthHttpClientFactory
- All Implemented Interfaces:
HttpClientFactory
Implementation for working with NTLM Authentication via embedded HttpClient features.
External NTLM engine such as JCIFS library developed by the Samba project as a part of their Windows interoperability suite of programs.
See also http://hc.apache.org/httpcomponents-client-ga/ntlm.html#Using_Samba_JCIFS_as_an_alternative_NTLM_engine.
External NTLM engine such as JCIFS library developed by the Samba project as a part of their Windows interoperability suite of programs.
See also http://hc.apache.org/httpcomponents-client-ga/ntlm.html#Using_Samba_JCIFS_as_an_alternative_NTLM_engine.
- See Also:
-
NTCredentials
-
Field Summary
Fields inherited from class org.apache.olingo.client.core.http.AbstractHttpClientFactory
USER_AGENT -
Constructor Summary
ConstructorsConstructorDescriptionNTLMAuthHttpClientFactory(String username, String password, String workstation, String domain) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.client.HttpClientcreate(HttpMethod method, URI uri) Methods inherited from class org.apache.olingo.client.core.http.DefaultHttpClientFactory
close
-
Constructor Details
-
NTLMAuthHttpClientFactory
-
-
Method Details
-
create
- Specified by:
createin interfaceHttpClientFactory- Overrides:
createin classDefaultHttpClientFactory
-