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
Modifier and TypeMethodDescriptionReturn config store.voidinit(IConfigStore 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
IConfigStore getConfigStore()Return config store.
-