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 interfaceILdapCertMapperInterface for mapping a X509 certificate to a LDAP entry.interfaceILdapMapperInterface for mapping a X509 certificate to a LDAP entry.interfaceILdapPublisherInterface for publishing certificate or crl to database store.interfaceILdapRuleInterface 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 classLdapCaSimpleMapMaps a request to an entry in the LDAP server.classLdapCertCompsMapMaps a X509 certificate to a LDAP entry using AVAs in the certificate's subject name to form the ldap search dn and filter.classLdapCertExactMapMaps a X509 certificate to a LDAP entry by using the subject name of the certificate as the LDAP entry DN.classLdapCertSubjMapMaps 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.classLdapCrlIssuerCompsMapDefault crl mapper.classLdapDNCompsMapMaps a Subject name to an entry in the LDAP server.classLdapEnhancedMapMaps a request to an entry in the LDAP server.classLdapSimpleMapMaps a request to an entry in the LDAP server.classNoMapNo 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 classFileBasedPublisherThis publisher writes certificate and CRL into a directory.classLdapCaCertPublisherInterface for publishing a CA certificate toclassLdapCertificatePairPublishermodule for publishing a cross certificate pair to ldap crossCertificatePair attributeclassLdapCertSubjPublisherInterface for mapping a X509 certificate to a LDAP entry Publishes a certificate as binary and its subject name.classLdapCrlPublisherFor publishing master or global CRL.classLdapUserCertPublisherInterface for mapping a X509 certificate to a LDAP entryclassOCSPPublisherThis 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 classLdapRuleThe publishing rule that links mapper and publisher together.
-