Searched refs:supportsPreemptiveAuthorization (Results 1 – 5 of 5) sorted by relevance
343 if (supportsPreemptiveAuthorization()) { in addToCache()363 if (supportsPreemptiveAuthorization()) { in removeFromCache()371 public abstract boolean supportsPreemptiveAuthorization(); in supportsPreemptiveAuthorization() method in AuthenticationInfo
78 public boolean supportsPreemptiveAuthorization() { in supportsPreemptiveAuthorization() method in NegotiateAuthentication
137 public boolean supportsPreemptiveAuthorization() { in supportsPreemptiveAuthorization() method in BasicAuthentication
204 public boolean supportsPreemptiveAuthorization() { in supportsPreemptiveAuthorization() method in DigestAuthentication
565 if (sauth != null && sauth.supportsPreemptiveAuthorization() ) {1939 if (pauth != null && pauth.supportsPreemptiveAuthorization()) {