Home | History | Annotate | Download | only in http

Lines Matching full:authentication

20 // HttpAuthHandler is the interface for the authentication schemes
30 // authentication scheme, but none of the tokens occuring after the
31 // authentication scheme. |target| and |origin| are both stored
44 // is required. For Digest authentication it may also mean that the previous
49 // authentication scheme, but none of the tokens occuring after the
50 // authentication scheme.
54 // Generates an authentication token, potentially asynchronously.
63 // If |OK| is returned, |*auth_token| is filled in with an authentication
78 // The authentication scheme as an enumerated value.
103 // Returns the proxy or server which issued the authentication challenge
110 // Returns true if the authentication scheme does not send the username and
116 // Returns true if the authentication scheme is connection-based, for
117 // example, NTLM. A connection-based authentication scheme does not support
118 // preemptive authentication, and must use the same handler object
124 // Returns true if the response to the current authentication challenge
127 // sequence used by a connection-based authentication scheme.
145 // authentication scheme, but none of the tokens occuring after the
146 // authentication scheme.
169 // The {scheme, host, port} for the authentication target. Used by "ntlm"
176 // Whether this authentication request is for a proxy server, or an
180 // A bitmask of the properties of the authentication scheme.