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 EmbeddedCacheManagerconfigurationorg.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> TDataFormat. keyToObj(byte[] bytes, ClassWhiteList whitelist)<T> TDataFormat. 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 ClassWhiteListConfiguration. 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 voidClassWhiteList. 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 voidJavaSerializationMarshaller. initialize(ClassWhiteList classWhiteList)default voidMarshaller. initialize(ClassWhiteList classWhiteList)An optional method which allows an implementation to respect theClassWhiteListassociated 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 MarshallerUtil. 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 ClassWhiteListWhiteListConfiguration. 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 voidGenericJBossMarshaller. 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 ClassWhiteListDefaultCacheManager. getClassWhiteList()ClassWhiteListEmbeddedCacheManager. getClassWhiteList()
-