Uses of Class
org.apache.commons.jexl3.introspection.JexlSandbox.Names
-
Packages that use JexlSandbox.Names Package Description org.apache.commons.jexl3.introspection Provides high-level introspective services. -
-
Uses of JexlSandbox.Names in org.apache.commons.jexl3.introspection
Subclasses of JexlSandbox.Names in org.apache.commons.jexl3.introspection Modifier and Type Class Description (package private) static class
JexlSandbox.AllowSet
A allow set of names.static class
JexlSandbox.BlackSet
Deprecated.since 3.2, useJexlSandbox.BlockSet
(package private) static class
JexlSandbox.BlockSet
A block set of names.static class
JexlSandbox.WhiteSet
Deprecated.since 3.2, useJexlSandbox.AllowSet
Fields in org.apache.commons.jexl3.introspection declared as JexlSandbox.Names Modifier and Type Field Description (package private) static JexlSandbox.Names
JexlSandbox. ALLOW_NAMES
The pass-thru name set.private static JexlSandbox.Names
JexlSandbox. BLOCK_NAMES
The block-all name set.private JexlSandbox.Names
JexlSandbox.Permissions. execute
The controlled methods.private JexlSandbox.Names
JexlSandbox.Permissions. read
The controlled readable properties.private JexlSandbox.Names
JexlSandbox.Permissions. write
The controlled writable properties.Methods in org.apache.commons.jexl3.introspection that return JexlSandbox.Names Modifier and Type Method Description protected JexlSandbox.Names
JexlSandbox.AllowSet. copy()
protected JexlSandbox.Names
JexlSandbox.BlockSet. copy()
protected JexlSandbox.Names
JexlSandbox.Names. copy()
JexlSandbox.Names
JexlSandbox.Permissions. execute()
Gets the set of method names in these permissions.JexlSandbox.Names
JexlSandbox.Permissions. read()
Gets the set of readable property names in these permissions.JexlSandbox.Names
JexlSandbox.Permissions. write()
Gets the set of writable property names in these permissions.Constructors in org.apache.commons.jexl3.introspection with parameters of type JexlSandbox.Names Constructor Description Permissions(boolean inherit, JexlSandbox.Names nread, JexlSandbox.Names nwrite, JexlSandbox.Names nexecute)
Creates a new permissions instance.
-