| com.atlassian.confluence.web.filter.validateparam.RequestParamCleaningWhitelistStrategy |
Known Indirect Subclasses
| ParamNameWhitelistStrategy |
A simple whitelist cleaning strategy that accepts a set of parameter names,
and permits any parameters whose name is in that set. |
|
Class Overview
Defines a strategy for whitelisting a request parameter so that it is not
explicitly declared clean.
Public Methods
public
abstract
boolean
isWhiteListed
(String path, String paramName)