class documentation
class DummySecurityOptions: (source)
DummySecurityOptions() -> insecure security options Dummy security options -- this class will allow anything.
Method | is |
DummySecurityOptions.isClassAllowed(class) -> boolean Assumes the module has already been allowed. Returns 1 if the given class is allowed, 0 otherwise. |
Method | is |
DummySecurityOptions.isModuleAllowed(moduleName) -> boolean returns 1 if a module by that name is allowed, 0 otherwise |
Method | is |
DummySecurityOptions.isTypeAllowed(typeName) -> boolean Returns 1 if the given type is allowed, 0 otherwise. |