#include <www_authentication_handler.h>
◆ QueryFactory
◆ Session
◆ SessionManager
◆ UserManager
◆ WwwAuthenticationHandler()
mrs::authentication::WwwAuthenticationHandler::WwwAuthenticationHandler |
( |
const AuthApp & |
entry, |
|
|
QueryFactory * |
qf |
|
) |
| |
|
inline |
◆ authorize()
◆ authorize_method_get()
◆ authorize_method_post()
◆ get_entry()
const AuthApp & mrs::authentication::WwwAuthenticationHandler::get_entry |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ get_session_id_from_request_data()
std::optional< std::string > mrs::authentication::WwwAuthenticationHandler::get_session_id_from_request_data |
( |
RequestContext & |
| ) |
|
|
overrideprotectedvirtual |
◆ get_user_manager()
UserManager & mrs::authentication::WwwAuthenticationHandler::get_user_manager |
( |
| ) |
|
|
inlineoverridevirtual |
◆ redirects()
bool mrs::authentication::WwwAuthenticationHandler::redirects |
( |
RequestContext & |
ctxt | ) |
const |
|
overrideprotectedvirtual |
◆ throw_add_www_authenticate()
void mrs::authentication::WwwAuthenticationHandler::throw_add_www_authenticate |
( |
const char * |
schema | ) |
|
|
protected |
◆ validate_redirection_url()
bool mrs::authentication::WwwAuthenticationHandler::validate_redirection_url |
( |
const std::optional< std::string > & |
url | ) |
|
|
protected |
◆ verify_credential()
◆ entry_
AuthApp mrs::authentication::WwwAuthenticationHandler::entry_ |
|
protected |
◆ kAuthorization
constexpr static char mrs::authentication::WwwAuthenticationHandler::kAuthorization[] = "Authorization" |
|
staticconstexpr |
◆ kWwwAuthenticate
constexpr static char mrs::authentication::WwwAuthenticationHandler::kWwwAuthenticate[] = "WWW-Authenticate" |
|
staticconstexpr |
◆ um_
UserManager mrs::authentication::WwwAuthenticationHandler::um_ |
|
protected |
The documentation for this class was generated from the following files: