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.keyToObject
(InputStream inputStream, ClassAllowList allowList) <T> T
DataFormat.valueToObj
(byte[] bytes, ClassAllowList allowList) <T> T
DataFormat.valueToObj
(InputStream inputStream, 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, for removal: This API element is subject to removal in a future version. -
Uses of ClassAllowList in org.infinispan.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl that return ClassAllowListModifier and TypeMethodDescriptionClientListenerNotifier.allowList()
ClientListenerNotifier.whitelist()
Deprecated, for removal: This API element is subject to removal in a future version.UseClientListenerNotifier.allowList()
instead. -
Uses of ClassAllowList in org.infinispan.client.hotrod.marshall
Methods in org.infinispan.client.hotrod.marshall with parameters of type ClassAllowListModifier and TypeMethodDescriptionstatic <T> T
MarshallerUtil.bytes2obj
(Marshaller marshaller, byte[] bytes, boolean objectStorage, ClassAllowList allowList) static <T> T
MarshallerUtil.bytes2obj
(Marshaller marshaller, InputStream inputStream, boolean objectStorage, ClassAllowList allowList) <T> T
MediaTypeMarshaller.bytesToKey
(byte[] bytes, ClassAllowList allowList) Unmarshall the byte array into the object form.<T> T
MediaTypeMarshaller.bytesToKey
(InputStream inputStream, ClassAllowList allowList) <T> T
MediaTypeMarshaller.bytesToValue
(byte[] bytes, ClassAllowList allowList) Unmarshall the byte array into the object form.<T> T
MediaTypeMarshaller.bytesToValue
(InputStream inputStream, ClassAllowList allowList) static <T> T
MarshallerUtil.tryJavaDeserialize
(byte[] bytes, byte[] ret, ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.commons.configuration
Subclasses of ClassAllowList in org.infinispan.commons.configurationModifier and TypeClassDescriptionfinal class
Deprecated, for removal: This API element is subject to removal in a future version.since 12.0.Methods in org.infinispan.commons.configuration with parameters of type ClassAllowList -
Uses of ClassAllowList in org.infinispan.commons.dataconversion
Constructors in org.infinispan.commons.dataconversion with parameters of type ClassAllowListModifierConstructorDescriptionJavaSerializationEncoder
(ClassAllowList classAllowList) Deprecated, for removal: This API element is subject to removal in a future version. -
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.encoding.impl
Constructors in org.infinispan.encoding.impl with parameters of type 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) 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, for removal: This API element is subject to removal in a future version. -
Uses of ClassAllowList in org.infinispan.manager.impl
Methods in org.infinispan.manager.impl that return ClassAllowListModifier and TypeMethodDescriptionAbstractDelegatingEmbeddedCacheManager.getClassAllowList()
AbstractDelegatingEmbeddedCacheManager.getClassWhiteList()
-
Uses of ClassAllowList in org.infinispan.server.core.dataconversion
Constructors in org.infinispan.server.core.dataconversion with parameters of type ClassAllowListModifierConstructorDescriptionJsonTranscoder
(ClassLoader classLoader, ClassAllowList allowList) JsonTranscoder
(ClassAllowList allowList) XMLTranscoder
(ClassLoader classLoader, ClassAllowList allowList) XMLTranscoder
(ClassAllowList classAllowList) -
Uses of ClassAllowList in org.infinispan.server.core.dataconversion.json
Constructors in org.infinispan.server.core.dataconversion.json with parameters of type ClassAllowListModifierConstructorDescriptionprotected
SecureTypeResolverBuilder
(com.fasterxml.jackson.databind.ObjectMapper.DefaultTyping defaultTyping, ClassAllowList allowList) Deprecated, for removal: This API element is subject to removal in a future version.
Configuration.getClassAllowList()
instead.