|
xentara-plugin v2.0.6
The Xentara Plugin Framework
|
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 >=0 | xentara::security::HttpAuthenticator | privatepure virtual |
| doGetWwwAuthenticateHeader(const HttpConfig &config, std::error_code error, bool includeFieldName) const -> std::optional< std::string >=0 | xentara::security::HttpAuthenticator | privatepure virtual |
| kNoFieldName | xentara::security::HttpAuthenticator | related |
| 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 |