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  SecurityExceptionif 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 ClassNameFilterclassName - class name to checkSecurityException - if the classname is not allowed for deserializationCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.