xentara-plugin v2.0.3
The Xentara Plugin Framework
Loading...
Searching...
No Matches
xentara::security::HttpAuthenticator Member List

This is the complete list of members for xentara::security::HttpAuthenticator, including all inherited members.

authenticate(const HttpConfig &config, std::string_view authorizationHeader) const -> utils::eh::expected< Authorization, std::error_code >xentara::security::HttpAuthenticator
authenticate(const HttpConfig &config, std::string_view authorizationHeaderValue, NoFieldNameTag tag) const -> utils::eh::expected< Authorization, std::error_code >xentara::security::HttpAuthenticator
doAuthenticate(const HttpConfig &config, std::string_view authorizationHeader, bool includesFieldName) const -> utils::eh::expected< Authorization, std::error_code >=0xentara::security::HttpAuthenticatorprivatepure virtual
doGetWwwAuthenticateHeader(const HttpConfig &config, std::error_code error, bool includeFieldName) const -> std::optional< std::string >=0xentara::security::HttpAuthenticatorprivatepure virtual
kNoFieldNamexentara::security::HttpAuthenticatorrelated
wwwAuthenticateHeader(const HttpConfig &config, std::error_code error=Error::AccessDenied) const -> std::optional< std::string >xentara::security::HttpAuthenticator
wwwAuthenticateHeader(const HttpConfig &config, std::error_code error, NoFieldNameTag tag) const -> std::optional< std::string >xentara::security::HttpAuthenticator
wwwAuthenticateHeader(const HttpConfig &config, NoFieldNameTag tag) const -> std::optional< std::string >xentara::security::HttpAuthenticator