Home
last modified time | relevance | path

Searched refs:supportsTAStr (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
DNTLMAuthenticationProxy.java41 private static final String supportsTAStr = "supportsTransparentAuth"; field in NTLMAuthenticationProxy
129 supportsTA = cl.getDeclaredMethod(supportsTAStr); in tryLoadNTLMAuthentication()