public final class SerializationClassNameFilter extends Object implements ClassNameFilter
filter(String)
Constructor and Description |
---|
SerializationClassNameFilter(JavaSerializationFilterConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
filter(String className)
Throws
SecurityException if the given class name appears on the blacklist or does not appear a whitelist. |
public SerializationClassNameFilter(JavaSerializationFilterConfig config)
public void filter(String className) throws SecurityException
SecurityException
if the given class name appears on the blacklist or does not appear a whitelist.filter
in interface ClassNameFilter
className
- class name to checkSecurityException
- if the classname is not allowed for deserializationCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.