public interface AMF3DeserializerSecurizer
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowInstantiation(String className)
Check if it safe to instantiate the class denoted by the
className
parameter. |
String |
getParam()
Returns the string that is currently used for this securizer configuration.
|
void |
setParam(String param)
An arbitrary string that may be used in order to configure this securizer.
|
boolean allowInstantiation(String className)
className
parameter.className - the class name to check.true if it is safe to instantiate the given class,
false otherwise.void setParam(String param)
param - a string used in configuring this securizer.