public class RegexAMF3DeserializerSecurizer extends Object implements AMF3DeserializerSecurizer
| Constructor and Description |
|---|
RegexAMF3DeserializerSecurizer() |
public RegexAMF3DeserializerSecurizer()
public boolean allowInstantiation(String className)
allowInstantiation in interface AMF3DeserializerSecurizerclassName - the class to check.true if the given class name is allowed to be
instantiated, false otherwise.public void setParam(String param)
setParam in interface AMF3DeserializerSecurizerparam - a regex containing allowed class name patterns.PatternSyntaxException - if the given value isn't a valid
regex pattern.public String getParam()
getParam in interface AMF3DeserializerSecurizer