Uses of Interface
com.netscape.certsrv.publish.ILdapPlugin
-
Packages that use ILdapPlugin Package Description com.netscape.certsrv.publish com.netscape.cms.publish.mappers com.netscape.cms.publish.publishers com.netscape.cmscore.ldap -
-
Uses of ILdapPlugin in com.netscape.certsrv.publish
Subinterfaces of ILdapPlugin in com.netscape.certsrv.publish Modifier and Type Interface Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
FileBasedPublisher
This publisher writes certificate and CRL into a directory.class
LdapCaCertPublisher
Interface for publishing a CA certificate toclass
LdapCertificatePairPublisher
module for publishing a cross certificate pair to ldap crossCertificatePair attributeclass
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
LdapUserCertPublisher
Interface for mapping a X509 certificate to a LDAP entryclass
OCSPPublisher
This publisher writes certificate and CRL into a directory. -
Uses of ILdapPlugin in com.netscape.cmscore.ldap
Classes in com.netscape.cmscore.ldap that implement ILdapPlugin Modifier and Type Class Description class
LdapRule
The publishing rule that links mapper and publisher together.
-