org.jboss.portal.core.identity
Class SecurityBridge
java.lang.Object
ServiceMBeanSupport
org.jboss.portal.jems.as.system.AbstractJBossService
org.jboss.portal.core.identity.SecurityBridge
- All Implemented Interfaces:
- IdentityEventListener
public class SecurityBridge
- extends AbstractJBossService
- implements IdentityEventListener
Use identity destroy events to destroy corresponding dashboards.
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityBridge
public SecurityBridge()
getIdentityEventEmitter
public IdentityEventEmitter getIdentityEventEmitter()
setIdentityEventEmitter
public void setIdentityEventEmitter(IdentityEventEmitter identityEventEmitter)
getDynamicLoginConfig
public DynamicLoginConfigMBean getDynamicLoginConfig()
setDynamicLoginConfig
public void setDynamicLoginConfig(DynamicLoginConfigMBean dynamicLoginConfig)
startService
protected void startService()
throws java.lang.Exception
- Throws:
java.lang.Exception
stopService
protected void stopService()
throws java.lang.Exception
- Throws:
java.lang.Exception
onEvent
public void onEvent(IdentityEvent event)
- Description copied from interface:
IdentityEventListener
- Fire event on the listener.
- Specified by:
onEvent
in interface IdentityEventListener
- Parameters:
event
- the identity event