portal.security.sp.ldap
Class LdapSecurityServiceController

java.lang.Object
  extended byportal.security.sp.ldap.LdapSecurityServiceController
All Implemented Interfaces:
IPeerServiceController

public class LdapSecurityServiceController
extends java.lang.Object
implements IPeerServiceController


Constructor Summary
LdapSecurityServiceController()
           
 
Method Summary
 IService getService()
           
 void init(IServiceConfig serviceConfig)
           
 void reload()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapSecurityServiceController

public LdapSecurityServiceController()
Method Detail

init

public void init(IServiceConfig serviceConfig)
          throws ServiceException
Specified by:
init in interface IPeerServiceController
Throws:
ServiceException

reload

public void reload()
            throws RegistryException
Specified by:
reload in interface IPeerServiceController
Throws:
RegistryException

start

public void start()
           throws RegistryException
Specified by:
start in interface IPeerServiceController
Throws:
RegistryException

stop

public void stop()
          throws RegistryException
Specified by:
stop in interface IPeerServiceController
Throws:
RegistryException

getService

public IService getService()
                    throws ServiceException
Specified by:
getService in interface IPeerServiceController
Throws:
ServiceException