Class t.w.d.e.r.ACLRestrictions(WebDAVElement):

Part of twisted.web2.dav.element.rfc3744 View Source View In Hierarchy

Property which defines the types of ACLs supported by this server, to avoid clients needlessly getting errors. (RFC 3744, section 5.6)

Inherited from WebDAVElement:

Line # Kind Name Docs
73 Method qname Undocumented
76 Method sname Undocumented
82 Method __init__ Undocumented
162 Method __str__ Undocumented
165 Method __repr__ Undocumented
171 Method __eq__ Undocumented
182 Method __ne__ Undocumented
185 Method __contains__ Undocumented
188 Method writeXML Undocumented
193 Method toxml Undocumented
198 Method element Undocumented
208 Method addToDOM Undocumented
224 Method childrenOfType Returns a list of children with the same qname as the given type.
235 Method childOfType Returns a child of the given type, if any, or None.