Package org.camunda.bpm.engine.runtime
Interface WhitelistingDeserializationTypeValidator
- All Superinterfaces:
DeserializationTypeValidator
- All Known Implementing Classes:
DefaultDeserializationTypeValidator
Validate a type before deserialization against a whitelist of allowed types
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAllowedClasses
(String deserializationAllowedClasses) Set the allowed class namesvoid
setAllowedPackages
(String deserializationAllowedPackages) Set the allowed package namesMethods inherited from interface org.camunda.bpm.engine.runtime.DeserializationTypeValidator
validate
-
Method Details
-
setAllowedClasses
Set the allowed class names -
setAllowedPackages
Set the allowed package names
-