Searched refs:supportsPreemptiveAuthorization (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java343 if (supportsPreemptiveAuthorization()) {
363 if (supportsPreemptiveAuthorization()) {
371 public abstract boolean supportsPreemptiveAuthorization(); method in class:AuthenticationInfo
H A DNegotiateAuthentication.java78 public boolean supportsPreemptiveAuthorization() { method in class:NegotiateAuthentication
H A DBasicAuthentication.java137 public boolean supportsPreemptiveAuthorization() { method in class:BasicAuthentication
H A DDigestAuthentication.java204 public boolean supportsPreemptiveAuthorization() { method in class:DigestAuthentication
H A DHttpURLConnection.java564 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
1938 if (pauth != null && pauth.supportsPreemptiveAuthorization()) {
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthentication.java137 public boolean supportsPreemptiveAuthorization() { method in class:NTLMAuthentication
/openjdk7/jdk/src/solaris/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthentication.java178 public boolean supportsPreemptiveAuthorization() { method in class:NTLMAuthentication

Completed in 44 milliseconds