Qore HttpServerUtil Module Reference 1.1
|
This is the complete list of members for HttpServer::PermissiveAuthenticator, including all inherited members.
authenticate(string user, string pass='') | HttpServer::AbstractAuthenticator | |
authenticateByIP(string ip, reference< string > user) | HttpServer::AbstractAuthenticator | |
authenticateRequest(HttpListenerInterface listener, hash< auto > hdr, reference< hash > cx) | HttpServer::PermissiveAuthenticator | |
HttpServer::AbstractAuthenticator::authenticateRequest(HttpListenerInterface listener, hash< auto > hdr, reference< hash< auto > > cx) | HttpServer::AbstractAuthenticator | inline |
do401(string msg='Authentication is required to access this server', *hash< auto > cx) | HttpServer::AbstractAuthenticator | |
getAuthHeader() | HttpServer::AbstractAuthenticator | |
getAuthHeader(hash< auto > cx) | HttpServer::AbstractAuthenticator | |
getRealm() | HttpServer::AbstractAuthenticator | |
requiresAuthentication() | HttpServer::AbstractAuthenticator |