Searched defs:NTLMAuthentication (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthentication.java39 * NTLMAuthentication:
44 public class NTLMAuthentication extends AuthenticationInfo { class in inherits:AuthenticationInfo
85 * Create a NTLMAuthentication:
90 public NTLMAuthentication(boolean isProxy, URL url, PasswordAuthentication pw) { method in class:NTLMAuthentication
123 public NTLMAuthentication(boolean isProxy, String host, int port, method in class:NTLMAuthentication
/openjdk7/jdk/src/solaris/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthentication.java43 * NTLMAuthentication:
68 public class NTLMAuthentication extends AuthenticationInfo { class in inherits:AuthenticationInfo
119 * Create a NTLMAuthentication:
124 public NTLMAuthentication(boolean isProxy, URL url, PasswordAuthentication pw) { method in class:NTLMAuthentication
164 public NTLMAuthentication(boolean isProxy, String host, int port, method in class:NTLMAuthentication

Completed in 29 milliseconds