public interface ILdapPluginImpl extends IPluginImpl
PROP_IMPLNAME| Modifier and Type | Method and Description |
|---|---|
void |
init(IConfigStore config)
initialize from config store and Isubsystem.
|
void |
init(ISubsystem sys,
IConfigStore config)
initialize from config store.
|
getConfigParams, getConfigStore, getDefaultParams, getDescription, getImplName, getInstanceName, getInstanceParams, init, shutdownvoid init(ISubsystem sys, IConfigStore config) throws EBaseException, ELdapException
config - the configuration store to initialize from.ELdapException - initializtion failed due to Ldap error.EBaseException - initialization failed.void init(IConfigStore config) throws EBaseException, ELdapException
config - the configuration store to initialize from.ELdapException - initializtion failed due to Ldap error.EBaseException - initialization failed.