Package org.camunda.bpm.engine.runtime
Interface WhitelistingDeserializationTypeValidator
-
- All Superinterfaces:
DeserializationTypeValidator
- All Known Implementing Classes:
DefaultDeserializationTypeValidator
public interface WhitelistingDeserializationTypeValidator extends DeserializationTypeValidator
Validate a type before deserialization against a whitelist of allowed types
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAllowedClasses(java.lang.String deserializationAllowedClasses)
Set the allowed class namesvoid
setAllowedPackages(java.lang.String deserializationAllowedPackages)
Set the allowed package names-
Methods inherited from interface org.camunda.bpm.engine.runtime.DeserializationTypeValidator
validate
-
-