Modifier and Type | Class and Description |
---|---|
class |
MarshalledValueMarshaller<V,C>
Marshaller that stores attribute values using marshalled values.
|
Constructor and Description |
---|
CoarseSessionAttributesFactory(org.infinispan.Cache<SessionAttributesKey,MarshalledValue<Map<String,Object>,MarshallingContext>> cache,
Marshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>,MarshallingContext> marshaller,
CacheProperties properties) |
Constructor and Description |
---|
FineImmutableSessionAttributes(String id,
org.infinispan.Cache<SessionAttributeKey,V> attributeCache,
Marshaller<Object,V,MarshallingContext> marshaller) |
FineSessionAttributes(String id,
org.infinispan.Cache<SessionAttributeKey,V> cache,
Marshaller<Object,V,MarshallingContext> marshaller,
CacheProperties properties) |
FineSessionAttributesFactory(org.infinispan.Cache<SessionAttributeKey,MarshalledValue<Object,MarshallingContext>> cache,
Marshaller<Object,MarshalledValue<Object,MarshallingContext>,MarshallingContext> marshaller,
CacheProperties properties) |
Constructor and Description |
---|
InfinispanSSOFactory(org.infinispan.Cache<AuthenticationKey,AuthenticationEntry<A,L>> cache,
Marshaller<A,MarshalledValue<A,MarshallingContext>,MarshallingContext> marshaller,
LocalContextFactory<L> localContextFactory,
SessionsFactory<SV,D> sessionsFactory,
boolean lockOnRead) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.