com.netscape.certsrv.publish
Interface ILdapPluginImpl
- All Superinterfaces:
- IPluginImpl
public interface ILdapPluginImpl
- extends IPluginImpl
Interface for any ldap plugin. Plugin implementation is defined here.
- Version:
- $Revision$ $Date$
init
void init(ISubsystem sys,
IConfigStore config)
throws EBaseException,
ELdapException
- initialize from config store.
- Parameters:
config
- the configuration store to initialize from.
- Throws:
ELdapException
- initializtion failed due to Ldap error.
EBaseException
- initialization failed.
init
void init(IConfigStore config)
throws EBaseException,
ELdapException
- initialize from config store and Isubsystem.
- Parameters:
config
- the configuration store to initialize from.
- Throws:
ELdapException
- initializtion failed due to Ldap error.
EBaseException
- initialization failed.