Modifier and Type | Class and Description |
---|---|
class |
CXFBusLifeCycleManager |
class |
ServerRegistryImpl |
Modifier and Type | Method and Description |
---|---|
void |
CXFBusLifeCycleManager.registerLifeCycleListener(BusLifeCycleListener listener) |
void |
CXFBusLifeCycleManager.unregisterLifeCycleListener(BusLifeCycleListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
OSGIBusListener |
Modifier and Type | Interface and Description |
---|---|
interface |
BusLifeCycleManager
The manager interface for registering
BusLifeCycleListener s. |
Modifier and Type | Method and Description |
---|---|
void |
BusLifeCycleManager.registerLifeCycleListener(BusLifeCycleListener listener)
Register a listener to receive
Bus lifecycle notification. |
void |
BusLifeCycleManager.unregisterLifeCycleListener(BusLifeCycleListener listener)
Unregister a listener so that it will no longer receive
Bus
lifecycle events. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInMemoryTokenStore |
class |
EHCacheIdentityCache
A EH-Cache based cache to cache identities in different realms where
the relationship is of type FederateIdentity.
|
Modifier and Type | Class and Description |
---|---|
class |
CXFEHCacheReplayCache
Wrap the default WSS4J EHCacheReplayCache in a BusLifeCycleListener, to make sure that
the cache is shutdown correctly.
|
Modifier and Type | Class and Description |
---|---|
class |
EHCacheTokenStore
An in-memory EHCache implementation of the TokenStore interface.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.