org.jboss.portal.identity
Class IdentityServiceControllerImpl
java.lang.Object
ServiceMBeanSupport
org.jboss.portal.jems.as.system.AbstractJBossService
org.jboss.portal.identity.IdentityServiceControllerImpl
- All Implemented Interfaces:
- IdentityServiceController
public class IdentityServiceControllerImpl
- extends AbstractJBossService
- implements IdentityServiceController
- Version:
- $Revision: 1.1 $
- Author:
- Boleslaw Dawidowicz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jndiBinding
protected JNDI.Binding jndiBinding
kernel
protected Kernel kernel
- .
beans
protected java.util.List beans
- .
IdentityServiceControllerImpl
public IdentityServiceControllerImpl()
startService
protected void startService()
throws java.lang.Exception
- Throws:
java.lang.Exception
stopService
protected void stopService()
throws java.lang.Exception
- Throws:
java.lang.Exception
getIdentityContext
public IdentityContext getIdentityContext()
- Description copied from interface:
IdentityServiceController
- Get IdentityContext that contains modules and services bootstrapped by this instance.
- Specified by:
getIdentityContext
in interface IdentityServiceController
- Returns:
getConfigFile
public java.lang.String getConfigFile()
setConfigFile
public void setConfigFile(java.lang.String configFile)
getDefaultConfigFile
public java.lang.String getDefaultConfigFile()
setDefaultConfigFile
public void setDefaultConfigFile(java.lang.String defaultConfigFile)
getJndiName
public java.lang.String getJndiName()
setJndiName
public void setJndiName(java.lang.String jndiName)
getJndiBinding
public JNDI.Binding getJndiBinding()
setJndiBinding
public void setJndiBinding(JNDI.Binding jndiBinding)
isRegisterMBeans
public boolean isRegisterMBeans()
setRegisterMBeans
public void setRegisterMBeans(boolean registerMBeans)
getIdentityEventBroadcaster
public IdentityEventBroadcaster getIdentityEventBroadcaster()
setIdentityEventBroadcaster
public void setIdentityEventBroadcaster(IdentityEventBroadcaster identityEventBroadcaster)