wsgidav.http_authenticator.HTTPAuthenticator¶
-
class
wsgidav.http_authenticator.HTTPAuthenticator(wsgidav_app, next_app, config)[source]¶ Bases:
wsgidav.middleware.BaseMiddlewareWSGI Middleware for basic and digest authentication.
HTTPAuthenticator.error_message_401HTTPAuthenticator.__call__(environ, …)Call self as a function. HTTPAuthenticator.allow_anonymous_access(share)HTTPAuthenticator.compute_digest_response(…)Computes digest hash. HTTPAuthenticator.get_domain_controller()HTTPAuthenticator.handle_basic_auth_request(…)HTTPAuthenticator.handle_digest_auth_request(…)HTTPAuthenticator.is_disabled()Optionally return False to skip this module on startup. HTTPAuthenticator.send_basic_auth_response(…)HTTPAuthenticator.send_digest_auth_response(…)