Searched refs:supportsTransparentAuth (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DNTLMAuthenticationProxy.java41 private static final String supportsTAStr = "supportsTransparentAuth";
46 static final boolean supportsTransparentAuth = supported ? supportsTransparentAuth() : false; field in class:NTLMAuthenticationProxy
87 private static boolean supportsTransparentAuth() { method in class:NTLMAuthenticationProxy
H A DHttpURLConnection.java2034 NTLMAuthenticationProxy.proxy.supportsTransparentAuth;
2187 NTLMAuthenticationProxy.proxy.supportsTransparentAuth;
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthentication.java144 public static boolean supportsTransparentAuth() { method in class:NTLMAuthentication
/openjdk7/jdk/src/solaris/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthentication.java83 public static boolean supportsTransparentAuth () { method in class:NTLMAuthentication

Completed in 201 milliseconds