wsgidav.dc.simple_dc.SimpleDomainController¶
- class wsgidav.dc.simple_dc.SimpleDomainController(wsgidav_app, config)[source]¶
Bases:
BaseDomainController
A domain controller MAY list these values as environ["wsgidav.auth.permissions"] = (<permission>, ...)
A DC may list these values as environ["wsgidav.auth.roles"] = (<role>, ...)
Returns True if this user_name/password pair is valid for the realm, False otherwise.
Computes digest hash A1 part.
Resolve a relative url to the appropriate realm name.
Return true if anonymous access will be granted to the share path.
Return True if this realm requires authentication (grant anonymous access otherwise).
Signal if this DC instance supports the HTTP digest authentication theme.