@Deprecated public final class WhiteListedAllowFromStrategy extends AbstractRequestParameterAllowFromStrategy
log| Constructor and Description |
|---|
WhiteListedAllowFromStrategy(java.util.Collection<java.lang.String> allowed)
Deprecated.
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
allowed(java.lang.String allowFromOrigin)
Deprecated.
Method to be implemented by base classes, used to determine if the supplied origin
is allowed.
|
getAllowFromValue, setAllowFromParameterNamepublic WhiteListedAllowFromStrategy(java.util.Collection<java.lang.String> allowed)
allowed - the origins that are allowed.protected boolean allowed(java.lang.String allowFromOrigin)
AbstractRequestParameterAllowFromStrategyallowed in class AbstractRequestParameterAllowFromStrategyallowFromOrigin - the supplied origintrue if the supplied origin is allowed.