The functions and classes in this module are available to Python-based Scripts and Page Templates.
A security manager provides methods for checking access and managing executable context and policies
Return a boolean value indicating if this context was called by an executable.
Get the current authenticated user. See the
AuthenticatedUser
class.
Validate access.
Arguments:
The arguments may be provided as keyword arguments. Some of these arguments may be omitted, however, the policy may reject access in some cases when arguments are omitted. It is best to provide all the values possible.
Check whether the security context allows the given permission on the given object.
Returns the security manager. See the SecurityManager
class.