Module t.w.w.simpleguard

Part of twisted.web.woven View Source

A simple guard framework for implementing web sites that only need 'Anonymous' vs 'Logged on' distinction, but nothing more.

If you need you need to use twisted.web.woven.guard directly.
Class Authenticated Undocumented
Class MarkAuthenticatedResource No class docstring; 2/3 methods documented
Class MarkingRealm No class docstring; 1/2 methods documented
Function parentRedirect Undocumented
Function guardResource Undocumented
def parentRedirect(_): (source)
Undocumented
def guardResource(resource, checkers, callback=parentRedirect, errback=None, nonauthenticated=None): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.