Package org.apache.struts2.ognl
Class ThreadAllowlist
java.lang.Object
org.apache.struts2.ognl.ThreadAllowlist
Allows any bean to allowlist a class for use in OGNL expressions, for the current thread only. The allowlist can be
 cleared once any desired OGNL expressions have been evaluated.
- Since:
- 6.4.0
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ThreadAllowlistpublic ThreadAllowlist()
 
- 
- 
Method Details- 
allowClass
- 
clearAllowlistpublic void clearAllowlist()
- 
getAllowlist
 
-