|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.jexl2.introspection.Sandbox.Permissions
public static final class Sandbox.Permissions
Contains the white or black lists for properties and methods for a given class.
Method Summary | |
---|---|
Sandbox.Names |
execute()
Gets the set of method names in these permissions. |
Sandbox.Permissions |
execute(String... mnames)
Adds a list of executable methods names to these permissions. |
Sandbox.Names |
read()
Gets the set of readable property names in these permissions. |
Sandbox.Permissions |
read(String... pnames)
Adds a list of readable property names to these permissions. |
Sandbox.Names |
write()
Gets the set of writeable property names in these permissions. |
Sandbox.Permissions |
write(String... pnames)
Adds a list of writeable property names to these permissions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Sandbox.Permissions read(String... pnames)
pnames
- the property names
public Sandbox.Permissions write(String... pnames)
pnames
- the property names
public Sandbox.Permissions execute(String... mnames)
The constructor is denoted as the empty-string, all other methods by their names.
mnames
- the method names
public Sandbox.Names read()
public Sandbox.Names write()
public Sandbox.Names execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |