org.jboss.portal.core.identity
Class SecurityBridge

java.lang.Object
  extended by ServiceMBeanSupport
      extended by org.jboss.portal.jems.as.system.AbstractJBossService
          extended by 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

Constructor Summary
SecurityBridge()
           
 
Method Summary
 DynamicLoginConfigMBean getDynamicLoginConfig()
           
 IdentityEventEmitter getIdentityEventEmitter()
           
 void onEvent(IdentityEvent event)
          Fire event on the listener.
 void setDynamicLoginConfig(DynamicLoginConfigMBean dynamicLoginConfig)
           
 void setIdentityEventEmitter(IdentityEventEmitter identityEventEmitter)
           
protected  void startService()
           
protected  void stopService()
           
 
Methods inherited from class org.jboss.portal.jems.as.system.AbstractJBossService
create, destroy, getState, getStateString, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityBridge

public SecurityBridge()
Method Detail

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