Uses of Class
org.apache.commons.jexl2.introspection.Sandbox.Permissions
Packages that use Sandbox.Permissions
-
Uses of Sandbox.Permissions in org.apache.commons.jexl2.introspection
Methods in org.apache.commons.jexl2.introspection that return Sandbox.PermissionsModifier and TypeMethodDescriptionCreates a new set of permissions based on black lists for methods and properties for a given class.Adds a list of executable methods names to these permissions.Gets the set of permissions associated to a class.Sandbox.permissions
(String clazz, boolean readFlag, boolean writeFlag, boolean executeFlag) Creates the set of permissions for a given class.Adds a list of readable property names to these permissions.Creates a new set of permissions based on white lists for methods and properties for a given class.Adds a list of writeable property names to these permissions.Constructor parameters in org.apache.commons.jexl2.introspection with type arguments of type Sandbox.PermissionsModifierConstructorDescriptionprotected
Sandbox
(Map<String, Sandbox.Permissions> map) Creates a sandbox based on an existing permissions map.