Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/auth/
DAuthScope.java63 public static final String ANY_REALM = null; field in AuthScope
75 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME);
111 this.realm = (realm == null) ? ANY_REALM: realm; in AuthScope()
145 this(host, port, ANY_REALM, ANY_SCHEME); in AuthScope()
209 if (this.realm != ANY_REALM && that.realm != ANY_REALM) { in match()