Modifier and Type | Class and Description |
---|---|
class |
DistributableCache<K,V extends Identifiable<K> & Contextual<Batch>>
Distributable
Cache implementation. |
class |
DistributableCacheFactoryBuilderService<K,V extends Identifiable<K> & Contextual<Batch>>
Service that returns a distributable
CacheFactoryBuilder . |
class |
DistributableCacheFactoryService<K,V extends Identifiable<K> & Contextual<Batch>>
Service that provides a distributable
CacheFactory . |
Constructor and Description |
---|
DistributableCache(BeanManager<K,V,Batch> manager,
StatefulObjectFactory<V> factory) |
DistributableCacheFactoryBuilderService(String name,
BeanManagerFactoryBuilderFactoryProvider<Batch> provider,
BeanManagerFactoryBuilderConfiguration config) |
DistributableCacheFactoryService(org.jboss.msc.service.ServiceName name,
Builder<? extends BeanManagerFactory<K,V,Batch>> builder) |
Modifier and Type | Interface and Description |
---|---|
interface |
Batcher<B extends Batch>
Exposes a mechanism to handle batching.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TransactionBatch |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBatch
Abstract
TransactionBatch that associates and exposes the underlying transaction. |
Modifier and Type | Interface and Description |
---|---|
interface |
BeanManager<I,T,B extends Batch>
A SPI for managing beans.
|
interface |
BeanManagerFactory<I,T,B extends Batch>
Creates a
BeanManager . |
interface |
BeanManagerFactoryBuilderFactory<I,B extends Batch> |
interface |
BeanManagerFactoryBuilderFactoryProvider<B extends Batch> |
Modifier and Type | Method and Description |
---|---|
Batcher<? extends Batch> |
CacheServiceProviderRegistryBuilder.getBatcher() |
Batcher<? extends Batch> |
CacheServiceProviderRegistryConfiguration.getBatcher() |
Modifier and Type | Method and Description |
---|---|
Batcher<? extends Batch> |
CacheRegistryFactoryConfiguration.getBatcher() |
Batcher<? extends Batch> |
CacheRegistryFactoryBuilder.getBatcher() |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionManager<L,B extends Batch> |
interface |
SessionManagerFactory<B extends Batch>
A factory for creating a session manager.
|
interface |
SessionManagerFactoryBuilderProvider<B extends Batch>
Interface for building a session manager factory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SSOManager<A,D,L,B extends Batch>
The SSO equivalent of a session manager.
|
interface |
SSOManagerFactory<A,D,B extends Batch>
Factory for creating SSO manager instances.
|
interface |
SSOManagerFactoryBuilderProvider<B extends Batch> |
Modifier and Type | Method and Description |
---|---|
SessionManager<LocalSessionContext,Batch> |
UndertowSessionManager.getSessionManager()
Returns underlying distributable session manager implementation.
|
SessionManager<LocalSessionContext,Batch> |
DistributableSessionManager.getSessionManager() |
Constructor and Description |
---|
DistributableSession(UndertowSessionManager manager,
Session<LocalSessionContext> session,
io.undertow.server.session.SessionConfig config,
Batch batch) |
Constructor and Description |
---|
DistributableSessionManager(String deploymentName,
SessionManager<LocalSessionContext,Batch> manager,
io.undertow.server.session.SessionListeners listeners,
RecordableSessionManagerStatistics statistics) |
DistributableSessionManagerFactory(SessionManagerFactory<Batch> factory) |
DistributableSessionManagerFactoryBuilder(SessionManagerFactoryBuilderProvider<Batch> provider) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<SSOManager<io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession,String,Void,Batch>> |
SSOManagerBuilder.build(org.jboss.msc.service.ServiceTarget target) |
SSOManager<io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession,String,Void,Batch> |
SSOManagerBuilder.getValue() |
Constructor and Description |
---|
DistributableSingleSignOn(SSO<io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession,String,Void> sso,
SessionManagerRegistry registry,
Batcher<Batch> batcher,
Batch batch) |
Constructor and Description |
---|
DistributableSingleSignOn(SSO<io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession,String,Void> sso,
SessionManagerRegistry registry,
Batcher<Batch> batcher,
Batch batch) |
DistributableSingleSignOnManager(SSOManager<io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession,String,Void,Batch> manager,
SessionManagerRegistry registry) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.