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.
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
Inherited from |
|
|||
DENY_ALL = XSLTAccessControl(create_dir=False, read_file=False
|
|||
DENY_WRITE = XSLTAccessControl(create_dir=False, read_file=Tru
|
|
|||
options The access control configuration as a map of options. |
|||
Inherited from |
|
|
|
|
DENY_ALL
|
DENY_WRITE
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 28 21:20:56 2012 | http://epydoc.sourceforge.net |