Searched refs:ANY_REALM (Results 1 – 1 of 1) sorted by relevance
63 public static final String ANY_REALM = null; field in AuthScope75 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()