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.client.hotrod.event.impl org.infinispan.client.hotrod.impl.iteration org.infinispan.client.hotrod.impl.operations org.infinispan.client.hotrod.impl.protocol 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.commons.util Commons package providing various utility classes -
-
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.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl that return ClassAllowList Modifier and Type Method Description ClassAllowListClientListenerNotifier. allowList()ClassAllowListClientListenerNotifier. whitelist()Deprecated.UseClientListenerNotifier.allowList()instead. -
Uses of ClassAllowList in org.infinispan.client.hotrod.impl.iteration
Methods in org.infinispan.client.hotrod.impl.iteration with parameters of type ClassAllowList Modifier and Type Method Description booleanKeyTracker. track(byte[] key, short status, ClassAllowList allowList) -
Uses of ClassAllowList in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations with parameters of type ClassAllowList Modifier and Type Method Description static <V> MetadataValue<V>GetWithMetadataOperation. readMetadataValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, ClassAllowList classAllowList) -
Uses of ClassAllowList in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type ClassAllowList Modifier and Type Method Description AbstractClientEventCodec. readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[],DataFormat> listenerDataFormat, short eventTypeId, ClassAllowList allowList, SocketAddress serverAddress)AbstractClientEventCodec20. readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[],DataFormat> listenerDataFormat, short eventTypeId, ClassAllowList allowList, SocketAddress serverAddress)AbstractClientEventCodec21. readCacheEvent(io.netty.buffer.ByteBuf buf, Function<byte[],DataFormat> listenerDataFormat, short eventTypeId, ClassAllowList allowList, SocketAddress serverAddress)ObjectCodec. returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, ClassAllowList allowList, Marshaller marshaller)ObjectCodec20. returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, ClassAllowList allowList, Marshaller marshaller)ObjectCodec40. returnPossiblePrevValue(io.netty.buffer.ByteBuf buf, short status, DataFormat dataFormat, int flags, ClassAllowList allowList, Marshaller marshaller) -
Uses of ClassAllowList in org.infinispan.client.hotrod.marshall
Methods in org.infinispan.client.hotrod.marshall with parameters of type ClassAllowList Modifier and Type Method Description static <T> TMarshallerUtil. bytes2obj(Marshaller marshaller, byte[] bytes, boolean objectStorage, ClassAllowList allowList)static <T> TMarshallerUtil. tryJavaDeserialize(byte[] bytes, byte[] ret, ClassAllowList allowList) -
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.dataconversion
Constructors in org.infinispan.commons.dataconversion with parameters of type ClassAllowList Constructor Description JavaSerializationEncoder(ClassAllowList classAllowList)Deprecated. -
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)
-