Uses of Class
org.infinispan.commons.configuration.ClassAllowList
Packages that use ClassAllowList
Package
Description
Hot Rod client API.
Hot Rod client configuration API.
Commons Configuration package
Provides Infinispan-specific input and output streams, buffers and related utilities.
Commons package providing various utility classes
EmbeddedCacheManager
configurationHooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
Cache manager API.
-
Uses of ClassAllowList in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with parameters of type ClassAllowListModifier and TypeMethodDescription<T> T
DataFormat.keyToObj
(byte[] bytes, ClassAllowList allowList) <T> T
DataFormat.valueToObj
(byte[] bytes, ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return ClassAllowListModifier and TypeMethodDescriptionConfiguration.getClassAllowList()
Configuration.getClassWhiteList()
Deprecated. -
Uses of ClassAllowList in org.infinispan.commons.configuration
Subclasses of ClassAllowList in org.infinispan.commons.configurationMethods in org.infinispan.commons.configuration with parameters of type ClassAllowList -
Uses of ClassAllowList in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type ClassAllowListModifier and TypeMethodDescriptionvoid
JavaSerializationMarshaller.initialize
(ClassAllowList classAllowList) default void
Marshaller.initialize
(ClassAllowList classAllowList) An optional method which allows an implementation to respect theClassAllowList
associated with the context, for example the EmbeddedCacheManager or RemoteCacheManager.Constructors in org.infinispan.commons.marshall with parameters of type ClassAllowListModifierConstructorDescriptionCheckedInputStream
(InputStream in, ClassAllowList allowList) JavaSerializationMarshaller
(ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.commons.util
Methods in org.infinispan.commons.util with parameters of type ClassAllowListModifier and TypeMethodDescriptionstatic Marshaller
Util.getJBossMarshaller
(ClassLoader classLoader, ClassAllowList classAllowList) -
Uses of ClassAllowList in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return ClassAllowList -
Uses of ClassAllowList in org.infinispan.jboss.marshalling.commons
Methods in org.infinispan.jboss.marshalling.commons with parameters of type ClassAllowListModifier and TypeMethodDescriptionvoid
GenericJBossMarshaller.initialize
(ClassAllowList classAllowList) Constructors in org.infinispan.jboss.marshalling.commons with parameters of type ClassAllowListModifierConstructorDescriptionCheckedClassResolver
(ClassAllowList classAllowList, ClassLoader defaultClassLoader) Deprecated.GenericJBossMarshaller
(ClassLoader classLoader, ClassAllowList classAllowList) GenericJBossMarshaller
(ClassAllowList classAllowList) -
Uses of ClassAllowList in org.infinispan.manager
Methods in org.infinispan.manager that return ClassAllowListModifier and TypeMethodDescriptionDefaultCacheManager.getClassAllowList()
EmbeddedCacheManager.getClassAllowList()
DefaultCacheManager.getClassWhiteList()
EmbeddedCacheManager.getClassWhiteList()
Deprecated.
Configuration.getClassAllowList()
instead.