| Interface | Description |
|---|---|
| ICRLPublisher |
This interface represents a CRL publisher that is
invoked when CRL publishing is requested by CMS.
|
| ILdapCertMapper |
Interface for mapping a X509 certificate to a LDAP entry.
|
| ILdapCrlMapper |
Interface for mapping a CRL to a LDAP entry.
|
| ILdapExpression |
Interface for a Ldap predicate expression.
|
| ILdapMapper |
Interface for mapping a X509 certificate to a LDAP entry.
|
| ILdapPlugin |
Interface for any Ldap plugin.
|
| ILdapPluginImpl |
Interface for any ldap plugin.
|
| ILdapPublisher |
Interface for publishing certificate or crl to database store.
|
| ILdapPublishModule |
Handles requests to perform Ldap publishing.
|
| ILdapRule |
Interface for publishing rule which associates a Publisher with a Mapper.
|
| IPublisherProcessor |
Controls the publishing process from the top level.
|
| IPublishRuleSet |
Represents a set of publishing rules.
|
| IXcertPublisherProcessor |
Interface for a publisher that has the capability of publishing
cross certs
|
| Class | Description |
|---|---|
| LdapCertMapResult |
Class that represents the result of a Ldap Mapping operation.
|
| MapperPlugin |
This class represents a registered mapper plugin.
|
| MapperProxy |
Class representing a LdapMapper.
|
| PublisherPlugin |
This class represents a registered publisher plugin.
|
| PublisherProxy |
Class representing a proxy for a ILdapPublisher.
|
| RulePlugin |
This class represents a registered Publishing Rule plugin.
|
| Exception | Description |
|---|---|
| ECompSyntaxErr |
This type of exception is thrown in cases where an parsing
error is found while evaluating a PKI component.
|
| EMapperNotFound |
Exception for Publish Mapper not found.
|
| EMapperPluginNotFound |
Exception for Mapper Plugin not found.
|
| EPublisherNotFound |
Exception for Publisher not found.
|
| EPublisherPluginNotFound |
Exception for Publisher Plugin not found.
|
| ERuleNotFound |
Exception for Ldap Publishing Rule not found.
|
| ERulePluginNotFound |
Exception for Publisher Rule plugin not found.
|