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.client.hotrod.marshall org.infinispan.commons.configuration Commons Configuration packageorg.infinispan.commons.dataconversion org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.configuration.global EmbeddedCacheManagerconfigurationorg.infinispan.manager Cache manager API.org.infinispan.persistence.remote.upgrade org.infinispan.server.core org.infinispan.server.core.dataconversion org.infinispan.server.core.dataconversion.json -
-
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.client.hotrod.marshall
Methods in org.infinispan.client.hotrod.marshall with parameters of type ClassWhiteList Modifier and Type Method Description static <T> TMarshallerUtil. bytes2obj(Marshaller marshaller, byte[] bytes, boolean objectStorage, ClassWhiteList whitelist)static <T> TMarshallerUtil. tryJavaDeserialize(byte[] bytes, byte[] ret, ClassWhiteList whitelist) -
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.dataconversion
Constructors in org.infinispan.commons.dataconversion with parameters of type ClassWhiteList Constructor Description JavaSerializationEncoder(ClassWhiteList classWhiteList) -
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(java.io.InputStream in, ClassWhiteList whitelist)JavaSerializationMarshaller(ClassWhiteList whiteList) -
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.manager
Methods in org.infinispan.manager that return ClassWhiteList Modifier and Type Method Description ClassWhiteListDefaultCacheManager. getClassWhiteList()ClassWhiteListEmbeddedCacheManager. getClassWhiteList() -
Uses of ClassWhiteList in org.infinispan.persistence.remote.upgrade
Constructors in org.infinispan.persistence.remote.upgrade with parameters of type ClassWhiteList Constructor Description MigrationMarshaller(ClassWhiteList classWhiteList) -
Uses of ClassWhiteList in org.infinispan.server.core
Methods in org.infinispan.server.core with parameters of type ClassWhiteList Modifier and Type Method Description static MarshallerLifecycleCallbacks. getJbossMarshaller(java.lang.ClassLoader classLoader, ClassWhiteList classWhiteList) -
Uses of ClassWhiteList in org.infinispan.server.core.dataconversion
Constructors in org.infinispan.server.core.dataconversion with parameters of type ClassWhiteList Constructor Description JavaSerializationTranscoder(ClassWhiteList classWhiteList)JsonTranscoder(java.lang.ClassLoader classLoader, ClassWhiteList whiteList)JsonTranscoder(ClassWhiteList whiteList)XMLTranscoder(java.lang.ClassLoader classLoader, ClassWhiteList whiteList)XMLTranscoder(ClassWhiteList classWhiteList) -
Uses of ClassWhiteList in org.infinispan.server.core.dataconversion.json
Constructors in org.infinispan.server.core.dataconversion.json with parameters of type ClassWhiteList Constructor Description SecureTypeResolverBuilder(com.fasterxml.jackson.databind.ObjectMapper.DefaultTyping defaultTyping, ClassWhiteList whiteList)
-