Searched defs:supportsTransparentAuth (Results 1 - 3 of 3) 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
/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 30 milliseconds