Uses of Class
org.apache.struts2.ognl.ThreadAllowlist
Packages that use ThreadAllowlist
Package
Description
This package contains a reimagining of the traditional Struts filter dispatchers.
-
Uses of ThreadAllowlist in org.apache.struts2.components
Methods in org.apache.struts2.components with parameters of type ThreadAllowlistModifier and TypeMethodDescriptionvoid
IteratorComponent.setThreadAllowlist
(ThreadAllowlist threadAllowlist) -
Uses of ThreadAllowlist in org.apache.struts2.dispatcher
Methods in org.apache.struts2.dispatcher with parameters of type ThreadAllowlistModifier and TypeMethodDescriptionvoid
Dispatcher.setThreadAllowlist
(ThreadAllowlist threadAllowlist) -
Uses of ThreadAllowlist in org.apache.struts2.interceptor.parameter
Fields in org.apache.struts2.interceptor.parameter declared as ThreadAllowlistMethods in org.apache.struts2.interceptor.parameter with parameters of type ThreadAllowlistModifier and TypeMethodDescriptionvoid
ParametersInterceptor.setThreadAllowlist
(ThreadAllowlist threadAllowlist) -
Uses of ThreadAllowlist in org.apache.struts2.ognl
Constructors in org.apache.struts2.ognl with parameters of type ThreadAllowlistModifierConstructorDescriptionSecurityMemberAccess
(ProviderAllowlist providerAllowlist, ThreadAllowlist threadAllowlist)