Searched refs:ANY_SCHEME (Results 1 – 1 of 1) sorted by relevance
68 public static final String ANY_SCHEME = null; field in AuthScope75 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME);112 this.scheme = (scheme == null) ? ANY_SCHEME: scheme.toUpperCase(Locale.ENGLISH); in AuthScope()130 this(host, port, realm, ANY_SCHEME); in AuthScope()145 this(host, port, ANY_REALM, ANY_SCHEME); in AuthScope()202 if (this.scheme != ANY_SCHEME && that.scheme != ANY_SCHEME) { in match()