Package com.netscape.certsrv.publish
Interface ILdapPlugin
-
- All Known Subinterfaces:
ILdapCertMapper
,ILdapMapper
,ILdapPublisher
- All Known Implementing Classes:
FileBasedPublisher
,LdapCaCertPublisher
,LdapCaSimpleMap
,LdapCertCompsMap
,LdapCertExactMap
,LdapCertificatePairPublisher
,LdapCertSubjMap
,LdapCertSubjPublisher
,LdapCrlIssuerCompsMap
,LdapCrlPublisher
,LdapDNCompsMap
,LdapEnhancedMap
,LdapSimpleMap
,LdapUserCertPublisher
,NoMap
,OCSPPublisher
public interface ILdapPlugin
Interface for any Ldap plugin.- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConfigStore
getConfigStore()
Return config store.void
init(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.
-
-