32 * Must be templated on TYPE of object to stick into CurrentIdentity.
33 */
34
35 /**
36 * \brief Interceptor added to WebServer::ConnectionManager to translate Authorization: headers (parse them) into thread_local ID variable accessible by webservice methods
37 *
38 * Caller defines ID_TYPE - the type of record stored to track a user ID; type: typically like this