Package com.netscape.certsrv.publish
Interface ILdapPlugin
-
- All Known Subinterfaces:
ILdapCertMapper,ILdapMapper,ILdapPublisher,ILdapRule
- All Known Implementing Classes:
FileBasedPublisher,LdapCaCertPublisher,LdapCaSimpleMap,LdapCertCompsMap,LdapCertExactMap,LdapCertificatePairPublisher,LdapCertSubjMap,LdapCertSubjPublisher,LdapCrlIssuerCompsMap,LdapCrlPublisher,LdapDNCompsMap,LdapEnhancedMap,LdapRule,LdapSimpleMap,LdapUserCertPublisher,NoMap,OCSPPublisher
public interface ILdapPluginInterface for any Ldap plugin.- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConfigStoregetConfigStore()Return config store.voidinit(IConfigStore config)Initialize from config store.
-
-
-
Method Detail
-
init
void init(IConfigStore config) throws EBaseException, ELdapException
Initialize from config store.- Parameters:
config- the configuration store to initialize from.- Throws:
ELdapException- initialization failed due to Ldap error.EBaseException- initialization failed.
-
getConfigStore
IConfigStore getConfigStore()
Return config store.
-
-