Modifier and Type | Method and Description |
---|---|
<L> SessionManager<L> |
InfinispanSessionManagerFactory.createSessionManager(SessionContext context,
IdentifierFactory<String> 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<A,D,L> |
InfinispanSSOManagerFactory.createSSOManager(IdentifierFactory<String> identifierFactory,
LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
InfinispanSSO(String id,
A authentication,
Sessions<D> sessions,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
Remover<String> remover) |
Constructor and Description |
---|
CoarseSSOFactory(org.infinispan.Cache<String,CoarseAuthenticationEntry<I,D,L>> authenticationCache,
org.infinispan.Cache<CoarseSessionsKey,Map<D,String>> sessionsCache,
CacheInvoker invoker,
LocalContextFactory<L> localContextFactory) |
Modifier and Type | Method and Description |
---|---|
<C> SessionManager<C> |
SessionManagerFactory.createSessionManager(SessionContext context,
IdentifierFactory<String> idFactory,
LocalContextFactory<C> localContextFactory)
Create as session manager using the specified context and identifier factory.
|
Modifier and Type | Method and Description |
---|---|
<L> SSOManager<A,D,L> |
SSOManagerFactory.createSSOManager(IdentifierFactory<String> identifierFactory,
LocalContextFactory<L> localContextFactory) |
Modifier and Type | Class and Description |
---|---|
class |
LocalSessionContextFactory |
Modifier and Type | Class and Description |
---|---|
class |
DistributableSingleSignOnManagerFactory
Factory for creating a distributable
SingleSignOnManagerFactory . |
Copyright © 2014 JBoss by Red Hat. All rights reserved.