Class ClassWhiteList
- java.lang.Object
-
- org.infinispan.commons.configuration.ClassAllowList
-
- org.infinispan.commons.configuration.ClassWhiteList
-
@Deprecated public final class ClassWhiteList extends ClassAllowList
Deprecated.since 12.0. Will be removed in 14.0. UseClassAllowList.
-
-
Constructor Summary
Constructors Constructor Description ClassWhiteList()Deprecated.ClassWhiteList(Collection<String> classes, List<String> regexps)Deprecated.ClassWhiteList(List<String> regexps)Deprecated.
-
Method Summary
-
Methods inherited from class org.infinispan.commons.configuration.ClassAllowList
addClasses, addClasses, addRegexps, isSafeClass, read
-
-