Uses of Class
org.infinispan.commons.configuration.ClassWhiteList
-
Packages that use ClassWhiteList Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.configuration Hot Rod client configuration API.org.infinispan.commons.configuration Commons Configuration packageorg.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.commons.util Commons package providing various utility classesorg.infinispan.configuration.global EmbeddedCacheManager
configurationorg.infinispan.jboss.marshalling.commons Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.org.infinispan.manager Cache manager API. -
-
Uses of ClassWhiteList in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with parameters of type ClassWhiteList Modifier and Type Method Description <T> T
DataFormat. keyToObj(byte[] bytes, ClassWhiteList whitelist)
<T> T
DataFormat. valueToObj(byte[] bytes, ClassWhiteList whitelist)
-
Uses of ClassWhiteList in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return ClassWhiteList Modifier and Type Method Description ClassWhiteList
Configuration. getClassWhiteList()
-
Uses of ClassWhiteList in org.infinispan.commons.configuration
Methods in org.infinispan.commons.configuration with parameters of type ClassWhiteList Modifier and Type Method Description void
ClassWhiteList. read(ClassWhiteList whiteList)
-
Uses of ClassWhiteList in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type ClassWhiteList Modifier and Type Method Description void
JavaSerializationMarshaller. initialize(ClassWhiteList classWhiteList)
default void
Marshaller. initialize(ClassWhiteList classWhiteList)
An optional method which allows an implementation to respect theClassWhiteList
associated with the context, for example the EmbeddedCacheManager or RemoteCacheManager.Constructors in org.infinispan.commons.marshall with parameters of type ClassWhiteList Constructor Description CheckedInputStream(InputStream in, ClassWhiteList whitelist)
JavaSerializationMarshaller(ClassWhiteList whiteList)
-
Uses of ClassWhiteList in org.infinispan.commons.util
Methods in org.infinispan.commons.util with parameters of type ClassWhiteList Modifier and Type Method Description static Marshaller
Util. getJBossMarshaller(ClassLoader classLoader, ClassWhiteList classWhiteList)
-
Uses of ClassWhiteList in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return ClassWhiteList Modifier and Type Method Description ClassWhiteList
WhiteListConfiguration. create()
-
Uses of ClassWhiteList in org.infinispan.jboss.marshalling.commons
Methods in org.infinispan.jboss.marshalling.commons with parameters of type ClassWhiteList Modifier and Type Method Description void
GenericJBossMarshaller. initialize(ClassWhiteList classWhiteList)
Constructors in org.infinispan.jboss.marshalling.commons with parameters of type ClassWhiteList Constructor Description CheckedClassResolver(ClassWhiteList classWhiteList, ClassLoader defaultClassLoader)
Deprecated.GenericJBossMarshaller(ClassLoader classLoader, ClassWhiteList classWhiteList)
GenericJBossMarshaller(ClassWhiteList classWhiteList)
-
Uses of ClassWhiteList in org.infinispan.manager
Methods in org.infinispan.manager that return ClassWhiteList Modifier and Type Method Description ClassWhiteList
DefaultCacheManager. getClassWhiteList()
ClassWhiteList
EmbeddedCacheManager. getClassWhiteList()
-