Home | History | Annotate | Download | only in http

Lines Matching refs:Identity

64   // Describes where the identity used for authentication came from.
66 // Came from nowhere -- the identity is not initialized.
69 // The identity came from the auth cache, by doing a path-based
73 // The identity was extracted from a URL of the form:
77 // The identity was retrieved from the auth cache, by doing a
81 // The identity was provided by RestartWithAuth -- it likely
85 // The identity used the default credentials for the computer,
100 // the current identity being used for authorization.
101 struct Identity {
102 Identity();