Uses of Class
org.apache.commons.jexl3.introspection.JexlSandbox.Names
Packages that use JexlSandbox.Names
Package
Description
Provides high-level introspective services.
-
Uses of JexlSandbox.Names in org.apache.commons.jexl3.introspection
Subclasses of JexlSandbox.Names in org.apache.commons.jexl3.introspectionModifier and TypeClassDescription(package private) static class
A allow set of names.static final class
Deprecated.(package private) static class
A block set of names.static final class
Deprecated.since 3.2, useJexlSandbox.AllowSet
Fields in org.apache.commons.jexl3.introspection declared as JexlSandbox.NamesModifier and TypeFieldDescriptionprivate static final JexlSandbox.Names
JexlSandbox.ALLOW_NAMES
The pass-thru name set.private static final JexlSandbox.Names
JexlSandbox.BLOCK_NAMES
The block-all name set.private final JexlSandbox.Names
JexlSandbox.Permissions.execute
The controlled methods.private final JexlSandbox.Names
JexlSandbox.Permissions.read
The controlled readable properties.private final JexlSandbox.Names
JexlSandbox.Permissions.write
The controlled writable properties.Methods in org.apache.commons.jexl3.introspection that return JexlSandbox.NamesModifier and TypeMethodDescriptionprotected JexlSandbox.Names
JexlSandbox.AllowSet.copy()
protected JexlSandbox.Names
JexlSandbox.BlockSet.copy()
protected JexlSandbox.Names
JexlSandbox.Names.copy()
JexlSandbox.Permissions.execute()
Gets the set of method names in these permissions.JexlSandbox.Permissions.read()
Gets the set of readable property names in these permissions.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.NamesModifierConstructorDescription(package private)
Permissions
(boolean inherit, JexlSandbox.Names nread, JexlSandbox.Names nwrite, JexlSandbox.Names nexecute) Creates a new permissions instance.
JexlSandbox.BlockSet