|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AMF3DeserializerSecurizer
Implementations of this interface are used at deserialization time in order to control arbitrary class instantiation that can result in potential security exploits.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.String getParam()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||