Uses of Interface
com.netscape.certsrv.publish.ILdapPlugin

Packages that use ILdapPlugin
com.netscape.certsrv.publish   
com.netscape.cms.publish.mappers   
com.netscape.cms.publish.publishers   
 

Uses of ILdapPlugin in com.netscape.certsrv.publish
 

Subinterfaces of ILdapPlugin in com.netscape.certsrv.publish
 interface ILdapCertMapper
          Interface for mapping a X509 certificate to a LDAP entry.
 interface ILdapMapper
          Interface for mapping a X509 certificate to a LDAP entry.
 interface ILdapPublisher
          Interface for publishing certificate or crl to database store.
 interface ILdapRule
          Interface for publishing rule which associates a Publisher with a Mapper.
 

Uses of ILdapPlugin in com.netscape.cms.publish.mappers
 

Classes in com.netscape.cms.publish.mappers that implement ILdapPlugin
 class LdapCaSimpleMap
          Maps a request to an entry in the LDAP server.
 class LdapCertCompsMap
          Maps a X509 certificate to a LDAP entry using AVAs in the certificate's subject name to form the ldap search dn and filter.
 class LdapCertExactMap
          Maps a X509 certificate to a LDAP entry by using the subject name of the certificate as the LDAP entry DN.
 class LdapCertSubjMap
          Maps a X509 certificate to a LDAP entry by finding an LDAP entry which has an attribute whose contents are equal to the cert subject name.
 class LdapCrlIssuerCompsMap
          Default crl mapper.
 class LdapDNCompsMap
          Maps a Subject name to an entry in the LDAP server.
 class LdapEnhancedMap
          Maps a request to an entry in the LDAP server.
 class LdapSimpleMap
          Maps a request to an entry in the LDAP server.
 class NoMap
          No Map
 

Uses of ILdapPlugin in com.netscape.cms.publish.publishers
 

Classes in com.netscape.cms.publish.publishers that implement ILdapPlugin
 class FileBasedPublisher
          This publisher writes certificate and CRL into a directory.
 class LdapCaCertPublisher
          Interface for publishing a CA certificate to
 class LdapCertificatePairPublisher
          module for publishing a cross certificate pair to ldap crossCertificatePair attribute
 class LdapCertSubjPublisher
          Interface for mapping a X509 certificate to a LDAP entry Publishes a certificate as binary and its subject name.
 class LdapCrlPublisher
          For publishing master or global CRL.
 class LdapEncryptCertPublisher
          Interface for mapping a X509 certificate to a LDAP entry
 class LdapUserCertPublisher
          Interface for mapping a X509 certificate to a LDAP entry
 class OCSPPublisher
          This publisher writes certificate and CRL into a directory.