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<Key<K>,?> cache,
KeyAffinityServiceFactory affinityFactory) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanSessionManager<MV,AV,L>
Generic session manager implementation - independent of cache mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
IdentifierFactory<String> |
InfinispanSessionManagerConfiguration.getIdentifierFactory() |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanSSOManager<AV,SV,A,D,L> |
Modifier and Type | Method and Description |
---|---|
<L> SSOManager<A,D,L,TransactionBatch> |
InfinispanSSOManagerFactory.createSSOManager(IdentifierFactory<String> identifierFactory,
LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
InfinispanSSOManager(SSOFactory<AV,SV,A,D,L> factory,
IdentifierFactory<String> identifierFactory,
Batcher<TransactionBatch> batcher) |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionManager<L,B extends Batch> |
Modifier and Type | Method and Description |
---|---|
IdentifierFactory<String> |
SessionManagerConfiguration.getIdentifierFactory() |
Modifier and Type | Interface and Description |
---|---|
interface |
SSOManager<A,D,L,B extends Batch>
The SSO equivalent of a session manager.
|
Modifier and Type | Method and Description |
---|---|
<L> SSOManager<A,D,L,B> |
SSOManagerFactory.createSSOManager(IdentifierFactory<String> identifierFactory,
LocalContextFactory<L> localContextFactory) |
Modifier and Type | Class and Description |
---|---|
class |
IdentifierFactoryAdapter
Adapts a
SessionIdGenerator to a IdentifierFactory . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.