Package com.netscape.certsrv.publish
Interface ILdapPlugin
- All Known Subinterfaces:
ILdapCertMapper
,ILdapMapper
,ILdapPublisher
public interface ILdapPlugin
Interface for any Ldap plugin.
- Version:
- $Revision$ $Date$
-
Method Summary
Modifier and TypeMethodDescriptionReturn config store.void
init
(ConfigStore config) Initialize from config store.
-
Method Details
-
init
Initialize from config store.- Parameters:
config
- the configuration store to initialize from.- Throws:
ELdapException
- initialization failed due to Ldap error.EBaseException
- initialization failed.
-
getConfigStore
ConfigStore getConfigStore()Return config store.
-