Attention
You are looking at outdated documentation for version 2.x. A newer version is available.
wsgidav.http_authenticator.HTTPAuthenticator¶
-
class
wsgidav.http_authenticator.HTTPAuthenticator(application, config)[source]¶ Bases:
wsgidav.middleware.BaseMiddlewareWSGI Middleware for basic and digest authenticator.
HTTPAuthenticator.__call__(…) <==> x(…)HTTPAuthenticator.allowAnonymousAccess(share)HTTPAuthenticator.authBasicAuthRequest(…)HTTPAuthenticator.authDigestAuthRequest(…)HTTPAuthenticator.computeDigestResponse(…)HTTPAuthenticator.getDomainController()HTTPAuthenticator.getErrorMessage()HTTPAuthenticator.isSuitable(config)Is this middleware class is suitable for current configuration? HTTPAuthenticator.md5h(data)HTTPAuthenticator.md5kd(secret, data)HTTPAuthenticator.sendBasicAuthResponse(…)HTTPAuthenticator.sendDigestAuthResponse(…)