Uses of Class
org.apache.commons.jexl3.introspection.JexlSandbox.Permissions
Packages that use JexlSandbox.Permissions
Package
Description
Provides high-level introspective services.
-
Uses of JexlSandbox.Permissions in org.apache.commons.jexl3.introspection
Methods in org.apache.commons.jexl3.introspection that return JexlSandbox.PermissionsModifier and TypeMethodDescriptionCreates a new set of permissions based on allow lists for methods and properties for a given class.Deprecated.3.3Creates a new set of permissions based on block lists for methods and properties for a given class.Adds a list of executable methods names to these permissions.Gets the permissions associated to a class.Gets the set of permissions associated to a class.JexlSandbox.permissions
(String clazz, boolean readFlag, boolean writeFlag, boolean executeFlag) Creates the set of permissions for a given class.JexlSandbox.permissions
(String clazz, boolean inhf, boolean readf, boolean writef, boolean execf) Creates the set of permissions for a given class.Adds a list of readable property names to these permissions.Deprecated.3.3Adds a list of writable property names to these permissions.