Home | History | Annotate | Download | only in http

Lines Matching refs:realm

21 // For each (origin, realm, scheme) triple the cache stores a
25 // - the last auth handler used (contains realm and authentication scheme)
26 // - the list of paths which used this realm
27 // Entries can be looked up by either (origin, realm, scheme) or (origin, path).
42 // Find the realm entry on server |origin| for realm |realm| and
45 // |realm| - case sensitive realm string.
49 const std::string& realm,
61 // Add an entry on server |origin| for realm |handler->realm()| and
62 // scheme |handler->scheme()|. If an entry for this (realm,scheme)
66 // |realm| - the auth realm for the challenge.
68 // |username| - login information for the realm.
69 // |password| - login information for the realm.
74 const std::string& realm,
81 // Remove entry on server |origin| for realm |realm| and scheme |scheme|
84 // |realm| - case sensitive realm string.
90 const std::string& realm,
95 // Updates a stale digest entry on server |origin| for realm |realm| and
101 const std::string& realm,
110 // An authentication realm entry.
119 // The case-sensitive realm string of the challenge.
120 const std::string realm() const {
159 // Adds a path defining the realm's protection space. If the path is
163 // Returns true if |dir| is contained within the realm's protection
185 // List of paths that define the realm's protection space.