java.lang.Object
is.codion.common.rmi.server.WhitelistInputFilterFactory
- All Implemented Interfaces:
ObjectInputFilterFactory
A
ObjectInputFilterFactory implementation based on a whitelist file.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final is.codion.common.property.PropertyValue<Boolean>If true then the serialization whitelist specified bySERIALIZATION_FILTER_WHITELISTis populated with the names of all deserialized classes on server shutdown.static final is.codion.common.property.PropertyValue<String>The serialization whitelist file to use if any -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZATION_FILTER_WHITELIST
The serialization whitelist file to use if any -
SERIALIZATION_FILTER_DRYRUN
If true then the serialization whitelist specified bySERIALIZATION_FILTER_WHITELISTis populated with the names of all deserialized classes on server shutdown. Note this overwrites the file if it already exists.
-
-
Constructor Details
-
WhitelistInputFilterFactory
public WhitelistInputFilterFactory()
-
-
Method Details
-
createObjectInputFilter
- Specified by:
createObjectInputFilterin interfaceObjectInputFilterFactory- Returns:
- a
ObjectInputFilterinstance
-