| Package | Description |
|---|---|
| org.apache.commons.jexl2.introspection |
Provides high-level introspective services.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Sandbox.BlackSet
A black set of names.
|
static class |
Sandbox.WhiteSet
A white set of names.
|
| Modifier and Type | Field and Description |
|---|---|
private Sandbox.Names |
Sandbox.Permissions.execute
The controlled methods.
|
private Sandbox.Names |
Sandbox.Permissions.read
The controlled readable properties.
|
private static Sandbox.Names |
Sandbox.WHITE_NAMES
The pass-thru name set.
|
private Sandbox.Names |
Sandbox.Permissions.write
The controlled writeable properties.
|
| Modifier and Type | Method and Description |
|---|---|
Sandbox.Names |
Sandbox.Permissions.execute()
Gets the set of method names in these permissions.
|
Sandbox.Names |
Sandbox.Permissions.read()
Gets the set of readable property names in these permissions.
|
Sandbox.Names |
Sandbox.Permissions.write()
Gets the set of writeable property names in these permissions.
|
| Constructor and Description |
|---|
Permissions(Sandbox.Names nread,
Sandbox.Names nwrite,
Sandbox.Names nexecute)
Creates a new permissions instance.
|