| Constructor and Description |
|---|
InfinispanSession(String id,
InvalidatableSessionMetaData metaData,
SessionAttributes attributes,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
Remover<String> remover) |
InfinispanSessionFactory(SessionMetaDataFactory<InfinispanSessionMetaData<L>,L> metaDataFactory,
SessionAttributesFactory<V> attributesFactory,
LocalContextFactory<L> localContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
<L> SSOManager<A,D,L,TransactionBatch> |
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
LocalContextFactory<C> |
SessionManagerConfiguration.getLocalContextFactory() |
| 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 |
LocalSessionContextFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
SSOManagerBuilder |
Copyright © 2023 JBoss by Red Hat. All rights reserved.