Modifier and Type | Method and Description |
---|---|
<L> SessionManager<L> |
InfinispanSessionManagerFactory.createSessionManager(SessionContext context,
SessionIdentifierFactory identifierFactory,
LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
InfinispanSession(String id,
SessionMetaData metaData,
SessionAttributes attributes,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
SessionContext context,
Mutator mutator,
Remover<String> remover) |
Constructor and Description |
---|
CoarseSessionFactory(org.infinispan.Cache<String,CoarseSessionCacheEntry<L>> sessionCache,
org.infinispan.Cache<SessionAttributesCacheKey,MarshalledValue<Map<String,Object>,MarshallingContext>> attributesCache,
CacheInvoker invoker,
SessionContext context,
SessionAttributeMarshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> marshaller,
LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
FineSessionFactory(org.infinispan.Cache<String,FineSessionCacheEntry<L>> sessionCache,
org.infinispan.Cache<SessionAttributeCacheKey,MarshalledValue<Object,MarshallingContext>> attributeCache,
CacheInvoker invoker,
SessionContext context,
SessionAttributeMarshaller<Object,MarshalledValue<Object,MarshallingContext>> marshaller,
LocalContextFactory<L> localContextFactory) |
Modifier and Type | Method and Description |
---|---|
<L> SSOManager<L> |
InfinispanSSOManagerFactory.createSSOManager(LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
InfinispanSSO(String id,
Credentials credentials,
Sessions sessions,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
Remover<String> remover) |
Constructor and Description |
---|
CoarseSSOFactory(org.infinispan.Cache<String,CoarseSSOCacheEntry<L>> cache,
CacheInvoker invoker,
LocalContextFactory<L> localContextFactory) |
Modifier and Type | Method and Description |
---|---|
<C> SessionManager<C> |
SessionManagerFactory.createSessionManager(SessionContext context,
SessionIdentifierFactory idFactory,
LocalContextFactory<C> localContextFactory)
Create as session manager using the specified context and identifier factory.
|
Modifier and Type | Method and Description |
---|---|
<L> SSOManager<L> |
SSOManagerFactory.createSSOManager(LocalContextFactory<L> localContextFactory) |
Modifier and Type | Class and Description |
---|---|
class |
LocalSessionContextFactory |
Copyright © 2013 JBoss by Red Hat. All rights reserved.