Interface ILdapPluginImpl
- All Superinterfaces:
IPluginImpl
Interface for any ldap plugin. Plugin implementation is defined here.
- Version:
- $Revision$ $Date$
-
Field Summary
Fields inherited from interface com.netscape.certsrv.base.IPluginImpl
PROP_IMPLNAME -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(IConfigStore config) initialize from config store and Isubsystem.voidinit(ISubsystem sys, IConfigStore config) initialize from config store.Methods inherited from interface com.netscape.certsrv.base.IPluginImpl
getConfigParams, getConfigStore, getDefaultParams, getDescription, getImplName, getInstanceName, getInstanceParams, init, shutdown
-
Method Details
-
init
initialize from config store.- Parameters:
config- the configuration store to initialize from.- Throws:
ELdapException- initializtion failed due to Ldap error.EBaseException- initialization failed.
-
init
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.
-