Lines Matching full:scheme
27 // For each (scheme_host_port, realm, scheme) triple the cache stores a
29 // - the origin server {protocol scheme, host, port}
31 // - the last auth handler used (contains realm and authentication scheme)
33 // Entries can be looked up by either (origin, realm, scheme) or (origin, path).
48 // The authentication scheme of the challenge.
49 HttpAuth::Scheme scheme() const { in scheme() function
100 HttpAuth::Scheme scheme_ = HttpAuth::AUTH_SCHEME_MAX;
142 // scheme |scheme|. If a matching entry is found, move it up by one place
145 // |scheme_host_port| - the {scheme, host, port} of the server.
148 // |scheme| - the authentication scheme (i.e. basic, negotiate).
153 HttpAuth::Scheme scheme,
161 // |scheme_host_port| - the {scheme, host, port} of the server.
171 // scheme |handler->scheme()|. If an entry for this (realm,scheme)
174 // |scheme_host_port| - the {scheme, host, port} of the server.
176 // |scheme| - the authentication scheme (i.e. basic, negotiate).
184 HttpAuth::Scheme scheme,
190 // Remove entry on server |origin| for realm |realm| and scheme |scheme|
192 // |scheme_host_port| - the {scheme, host, port} of the server.
194 // |scheme| - the authentication scheme (i.e. basic, negotiate).
200 HttpAuth::Scheme scheme,
213 // and scheme |scheme|. The cached auth challenge is replaced with
221 HttpAuth::Scheme scheme,
269 HttpAuth::Scheme scheme,