|
Squid Web Cache master
|
#include <State.h>
Public Member Functions | |
| StateData (const UserRequest::Pointer &r, AUTHCB *h, void *d) | |
| ~StateData () | |
Public Attributes | |
| void * | data |
| UserRequest::Pointer | auth_user_request |
| AUTHCB * | handler |
Private Member Functions | |
| CBDATA_CLASS (StateData) | |
CBDATA state for NTLM, Negotiate, and Digest stateful authentication.
|
inline |
|
inline |
Definition at line 33 of file State.h.
References auth_user_request, cbdataReferenceDone, and data.
|
private |
| UserRequest::Pointer Auth::StateData::auth_user_request |
Definition at line 39 of file State.h.
Referenced by ~StateData().
| void* Auth::StateData::data |
Definition at line 38 of file State.h.
Referenced by ~StateData().