Class ClassWhiteList
java.lang.Object
org.infinispan.commons.configuration.ClassAllowList
org.infinispan.commons.configuration.ClassWhiteList
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.ClassWhiteList
(Collection<String> classes, List<String> regexps, ClassLoader classLoader) Deprecated, for removal: This API element is subject to removal in a future version.ClassWhiteList
(List<String> regexps) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.infinispan.commons.configuration.ClassAllowList
addClasses, addClasses, addRegexps, getClassLoader, isSafeClass, read
-
Constructor Details
-
ClassWhiteList
public ClassWhiteList()Deprecated, for removal: This API element is subject to removal in a future version. -
ClassWhiteList
Deprecated, for removal: This API element is subject to removal in a future version. -
ClassWhiteList
Deprecated, for removal: This API element is subject to removal in a future version.
-
ClassAllowList
.