Uses of Interface
org.apache.commons.jexl3.introspection.JexlPermissions
Packages that use JexlPermissions
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides high-level introspective services.
Contains the JSR-223 Scripting Engine for JEXL script.
-
Uses of JexlPermissions in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 that return JexlPermissionsMethods in org.apache.commons.jexl3 with parameters of type JexlPermissionsModifier and TypeMethodDescriptionJexlBuilder.permissions
(JexlPermissions p) Sets the JexlPermissions instance the engine will use.static void
JexlBuilder.setDefaultPermissions
(JexlPermissions permissions) Sets the default permissions. -
Uses of JexlPermissions in org.apache.commons.jexl3.introspection
Classes in org.apache.commons.jexl3.introspection that implement JexlPermissionsModifier and TypeClassDescriptionstatic final class
A permission delegation that augments the RESTRICTED permission with an explicit set of classes.static class
A base for permission delegation allowing functional refinement.Fields in org.apache.commons.jexl3.introspection declared as JexlPermissionsModifier and TypeFieldDescriptionprotected final JexlPermissions
JexlPermissions.Delegate.base
The permissions we delegate to.static final JexlPermissions
JexlPermissions.RESTRICTED
A restricted singleton.static final JexlPermissions
JexlPermissions.UNRESTRICTED
The unrestricted permissions.Methods in org.apache.commons.jexl3.introspection that return JexlPermissionsModifier and TypeMethodDescriptionCompose these permissions with a new set.static JexlPermissions
Parses a set of permissions.Constructors in org.apache.commons.jexl3.introspection with parameters of type JexlPermissionsModifierConstructorDescriptionClassPermissions
(JexlPermissions delegate, Collection<String> allow) Required for compose().protected
Delegate
(JexlPermissions delegate) Constructs a new instance. -
Uses of JexlPermissions in org.apache.commons.jexl3.scripting
Methods in org.apache.commons.jexl3.scripting with parameters of type JexlPermissionsModifier and TypeMethodDescriptionstatic void
JexlScriptEngine.setPermissions
(JexlPermissions permissions) Sets the permissions instance used to create the script engine.