|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sandbox.Permissions | |
---|---|
org.apache.commons.jexl2.introspection | Provides high-level introspective services. |
Uses of Sandbox.Permissions in org.apache.commons.jexl2.introspection |
---|
Methods in org.apache.commons.jexl2.introspection that return Sandbox.Permissions | |
---|---|
Sandbox.Permissions |
Sandbox.black(java.lang.String clazz)
Creates a new set of permissions based on black lists for methods and properties for a given class. |
Sandbox.Permissions |
Sandbox.Permissions.execute(java.lang.String... mnames)
Adds a list of executable methods names to these permissions. |
Sandbox.Permissions |
Sandbox.get(java.lang.String clazz)
Gets the set of permissions associated to a class. |
Sandbox.Permissions |
Sandbox.permissions(java.lang.String clazz,
boolean readFlag,
boolean writeFlag,
boolean executeFlag)
Creates the set of permissions for a given class. |
Sandbox.Permissions |
Sandbox.Permissions.read(java.lang.String... pnames)
Adds a list of readable property names to these permissions. |
Sandbox.Permissions |
Sandbox.white(java.lang.String clazz)
Creates a new set of permissions based on white lists for methods and properties for a given class. |
Sandbox.Permissions |
Sandbox.Permissions.write(java.lang.String... pnames)
Adds a list of writeable property names to these permissions. |
Constructor parameters in org.apache.commons.jexl2.introspection with type arguments of type Sandbox.Permissions | |
---|---|
Sandbox(java.util.Map<java.lang.String,Sandbox.Permissions> map)
Creates a sandbox based on an existing permissions map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |