| SecurityPolicyInterface | Interfaces that all security policy classes must implements. |
| SecurityError | Exception thrown when a security error occurs at runtime. |
| SecurityNotAllowedFilterError | Exception thrown when a not allowed filter is used in a template. |
| SecurityNotAllowedFunctionError | Exception thrown when a not allowed function is used in a template. |
| SecurityNotAllowedMethodError | Exception thrown when a not allowed class method is used in a template. |
| SecurityNotAllowedPropertyError | Exception thrown when a not allowed class property is used in a template. |
| SecurityNotAllowedTagError | Exception thrown when a not allowed tag is used in a template. |
| SecurityPolicy | Represents a security policy which need to be enforced when sandbox mode is enabled. |