jcifs.http |
|
Java Source File Name | Type | Comment |
Handler.java | Class | A URLStreamHandler used to provide NTLM authentication
capabilities to the default HTTP handler. |
NetworkExplorer.java | Class | This servlet may be used to "browse" the entire hierarchy of resources
on an SMB network like one might with Network Neighborhood or Windows
Explorer. |
NtlmHttpFilter.java | Class | This servlet Filter can be used to negotiate password hashes with
MSIE clients using NTLM SSP. |
NtlmHttpServletRequest.java | Class | |
NtlmHttpURLConnection.java | Class | Wraps an HttpURLConnection to provide NTLM authentication
services. |
NtlmServlet.java | Class | This servlet may be used with pre-2.3 servlet containers
to protect content with NTLM HTTP Authentication. |
NtlmSsp.java | Class | This class is used internally by NtlmHttpFilter,
NtlmServlet, and NetworkExplorer to negiotiate password
hashes via NTLM SSP with MSIE. |