Modifier and Type | Class and Description |
---|---|
class |
AffinityIdentifierFactory<K>
IdentifierFactory that uses a KeyAffinityService to generate identifiers. |
Constructor and Description |
---|
AffinityIdentifierFactory(IdentifierFactory<K> factory,
org.infinispan.Cache<K,?> cache,
KeyAffinityServiceFactory affinityFactory) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanSessionManager<V,L>
Generic session manager implementation - independent of cache mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
<L> SessionManager<L> |
InfinispanSessionManagerFactory.createSessionManager(SessionContext context,
IdentifierFactory<String> identifierFactory,
LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
InfinispanSessionManager(SessionContext context,
IdentifierFactory<String> identifierFactory,
org.infinispan.Cache<String,V> cache,
SessionFactory<V,L> factory,
Batcher batcher,
org.jboss.metadata.web.jboss.JBossWebMetaData metaData) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanSSOManager<V extends Authenticator<A>,A,D,L> |
Modifier and Type | Method and Description |
---|---|
<L> SSOManager<A,D,L> |
InfinispanSSOManagerFactory.createSSOManager(IdentifierFactory<String> identifierFactory,
LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
InfinispanSSOManager(SSOFactory<V,A,D,L> factory,
IdentifierFactory<String> identifierFactory,
Batcher batcher) |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionManager<L> |
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 | Interface and Description |
---|---|
interface |
SSOManager<A,D,L>
The SSO equivalent of a session manager.
|
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 |
IdentifierFactoryAdapter
Adapts a
SessionIdGenerator to a SessionIdentifierFactory . |
Copyright © 2014 JBoss by Red Hat. All rights reserved.