| Home | Trees | Indices | Help |
|
|---|
object --+ | XSLTAccessControl
XSLTAccessControl(self, read_file=True, write_file=True, create_dir=True, read_network=True, write_network=True)
Access control for XSLT: reading/writing files, directories and network I/O. Access to a type of resource is granted or denied by passing any of the following boolean keyword arguments. All of them default to True to allow access.
For convenience, there is also a class member DENY_ALL that provides an XSLTAccessControl instance that is readily configured to deny everything, and a DENY_WRITE member that denies all write access but allows read access.
See XSLT.
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
XSLTAccessControl(create_dir=False, read_file=False...
XSLTAccessControl(create_dir=False, read_file=Tru...
Inherited from object:
__class__
XSLTAccessControl(create_dir=False, read_file=False, read_network=Fals\
e, write_file=False, write_network=False)
XSLTAccessControl(create_dir=False, read_file=True, read_network=True,\
write_file=False, write_network=False)
| Home | Trees | Indices | Help |
|
|---|