Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
DAuthenticationInfo.java343 if (supportsPreemptiveAuthorization()) { in addToCache()
363 if (supportsPreemptiveAuthorization()) { in removeFromCache()
371 public abstract boolean supportsPreemptiveAuthorization(); in supportsPreemptiveAuthorization() method in AuthenticationInfo
DNegotiateAuthentication.java78 public boolean supportsPreemptiveAuthorization() { in supportsPreemptiveAuthorization() method in NegotiateAuthentication
DBasicAuthentication.java137 public boolean supportsPreemptiveAuthorization() { in supportsPreemptiveAuthorization() method in BasicAuthentication
DDigestAuthentication.java204 public boolean supportsPreemptiveAuthorization() { in supportsPreemptiveAuthorization() method in DigestAuthentication
DHttpURLConnection.java565 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {
1939 if (pauth != null && pauth.supportsPreemptiveAuthorization()) {