Uses of Class
org.infinispan.commons.configuration.ClassAllowList
-
Packages that use ClassAllowList 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 ClassAllowList in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with parameters of type ClassAllowList Modifier and Type Method Description <T> TDataFormat. keyToObj(byte[] bytes, ClassAllowList allowList)<T> TDataFormat. valueToObj(byte[] bytes, ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return ClassAllowList Modifier and Type Method Description ClassAllowListConfiguration. getClassAllowList()ClassAllowListConfiguration. getClassWhiteList()Deprecated.UseConfiguration.getClassAllowList()instead. -
Uses of ClassAllowList in org.infinispan.commons.configuration
Subclasses of ClassAllowList in org.infinispan.commons.configuration Modifier and Type Class Description classClassWhiteListDeprecated.since 12.0.Methods in org.infinispan.commons.configuration with parameters of type ClassAllowList Modifier and Type Method Description voidClassAllowList. read(ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type ClassAllowList Modifier and Type Method Description voidJavaSerializationMarshaller. initialize(ClassAllowList classAllowList)default voidMarshaller. initialize(ClassAllowList classAllowList)An optional method which allows an implementation to respect theClassAllowListassociated with the context, for example the EmbeddedCacheManager or RemoteCacheManager.Constructors in org.infinispan.commons.marshall with parameters of type ClassAllowList Constructor Description CheckedInputStream(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 ClassAllowList Modifier and Type Method Description static MarshallerUtil. getJBossMarshaller(ClassLoader classLoader, ClassAllowList classAllowList) -
Uses of ClassAllowList in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return ClassAllowList Modifier and Type Method Description ClassAllowListAllowListConfiguration. create()ClassAllowListWhiteListConfiguration. create()Deprecated. -
Uses of ClassAllowList in org.infinispan.jboss.marshalling.commons
Methods in org.infinispan.jboss.marshalling.commons with parameters of type ClassAllowList Modifier and Type Method Description voidGenericJBossMarshaller. initialize(ClassAllowList classAllowList)Constructors in org.infinispan.jboss.marshalling.commons with parameters of type ClassAllowList Constructor Description CheckedClassResolver(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 ClassAllowList Modifier and Type Method Description ClassAllowListDefaultCacheManager. getClassAllowList()ClassAllowListEmbeddedCacheManager. getClassAllowList()ClassAllowListDefaultCacheManager. getClassWhiteList()ClassAllowListEmbeddedCacheManager. getClassWhiteList()Deprecated.
-