Attention

You are looking at outdated documentation for version 2.x. A newer version is available.

wsgidav.domain_controller.WsgiDAVDomainController

class wsgidav.domain_controller.WsgiDAVDomainController(userMap)[source]

Bases: object

WsgiDAVDomainController.authDomainUser(…) Returns True if this username/password pair is valid for the realm, False otherwise.
WsgiDAVDomainController.getDomainRealm(…) Resolve a relative url to the appropriate realm name.
WsgiDAVDomainController.getRealmUserPassword(…) Return the password for the given username for the realm.
WsgiDAVDomainController.isRealmUser(…) Returns True if this username is valid for the realm, False otherwise.
WsgiDAVDomainController.requireAuthentication(…) Return True if this realm requires authentication or False if it is available for general access.