Package org.apache.struts2.ognl
Class ProviderAllowlist
java.lang.Object
org.apache.struts2.ognl.ProviderAllowlist
Allows registration of classes that should be allowed to be used in OGNL expressions, using a key to identify the
source of the allowlist.
- Since:
- 6.4.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearAllowlist
(Object key) void
registerAllowlist
(Object key, Set<Class<?>> allowlist)
-
Constructor Details
-
ProviderAllowlist
public ProviderAllowlist()
-
-
Method Details
-
registerAllowlist
-
clearAllowlist
-
getProviderAllowlist
-