org.jboss.portal.identity.ldap
Class LDAPUserProfileModule

java.lang.Object
  extended by ServiceMBeanSupport
      extended by org.jboss.portal.jems.as.system.AbstractJBossService
          extended by org.jboss.portal.identity.service.IdentityModuleService
              extended by org.jboss.portal.identity.service.UserProfileModuleService
                  extended by org.jboss.portal.identity.ldap.LDAPUserProfileModule
All Implemented Interfaces:
UserProfileModule
Direct Known Subclasses:
LDAPUserProfileModuleImpl

public abstract class LDAPUserProfileModule
extends UserProfileModuleService

Version:
$Revision: 1.1 $
Author:
Boleslaw Dawidowicz

Field Summary
 
Fields inherited from class org.jboss.portal.identity.service.UserProfileModuleService
profileInfo
 
Fields inherited from class org.jboss.portal.identity.service.IdentityModuleService
moduleType
 
Constructor Summary
LDAPUserProfileModule()
           
 
Method Summary
protected  LDAPConnectionContext getConnectionContext()
           
 void setConnectionContext(LDAPConnectionContext connectionContext)
           
protected  void startService()
           
 
Methods inherited from class org.jboss.portal.identity.service.UserProfileModuleService
getProfileConfigFile, setProfileConfigFile, setProfileInfo
 
Methods inherited from class org.jboss.portal.identity.service.IdentityModuleService
getConnectionJNDIName, getIdentityConfiguration, getIdentityContext, getIdentityEventBroadcaster, getInitOptions, getJNDIName, getModuleType, setConnectionJNDIName, setIdentityContext, setInitOptions, setJNDIName, setModuleType, 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
 
Methods inherited from interface org.jboss.portal.identity.UserProfileModule
getProfileInfo, getProperties, getProperty, setProperty
 

Constructor Detail

LDAPUserProfileModule

public LDAPUserProfileModule()
Method Detail

startService

protected void startService()
                     throws java.lang.Exception
Overrides:
startService in class UserProfileModuleService
Throws:
java.lang.Exception

getConnectionContext

protected LDAPConnectionContext getConnectionContext()
                                              throws IdentityException
Throws:
IdentityException

setConnectionContext

public void setConnectionContext(LDAPConnectionContext connectionContext)