Package com.atlassian.velocity
Class JiraVelocityGlobalMethodAllowlist
java.lang.Object
com.atlassian.velocity.JiraVelocityGlobalMethodAllowlist
- All Implemented Interfaces:
- com.atlassian.velocity.allowlist.api.GlobalMethodAllowlist
public class JiraVelocityGlobalMethodAllowlist
extends Object
implements com.atlassian.velocity.allowlist.api.GlobalMethodAllowlist
Implements the GlobalMethodAllowlist interface to provide a mechanism for determining
 if a method is allowed to be executed via Velocity template engine.
 This class relies on a PluginAwareSecureIntrospector to perform the actual security checks.
- Since:
- v10.0.0
- 
Constructor Details- 
JiraVelocityGlobalMethodAllowlistpublic JiraVelocityGlobalMethodAllowlist()
 
- 
- 
Method Details- 
isAllowlistedMethod- Specified by:
- isAllowlistedMethodin interface- com.atlassian.velocity.allowlist.api.GlobalMethodAllowlist
 
 
-