Uses of Interface
com.netscape.certsrv.publish.ILdapPublisher
-
Packages that use ILdapPublisher Package Description com.netscape.certsrv.publish com.netscape.cms.publish.publishers com.netscape.cms.servlet.admin com.netscape.cmscore.ldap -
-
Uses of ILdapPublisher in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish that return ILdapPublisher Modifier and Type Method Description ILdapPublisherIPublisherProcessor. getActivePublisherInstance(java.lang.String insName)Returns ILdapPublisher instance that is currently active.ILdapPublisherPublisherProxy. getPublisher()Return ILdapPublisher object.ILdapPublisherIPublisherProcessor. getPublisherInstance(java.lang.String insName)Returns ILdapPublisher instance.Constructors in com.netscape.certsrv.publish with parameters of type ILdapPublisher Constructor Description PublisherProxy(boolean enable, ILdapPublisher publisher)Constructs a PublisherProxy based on a ILdapPublisher object and enabled boolean. -
Uses of ILdapPublisher in com.netscape.cms.publish.publishers
Classes in com.netscape.cms.publish.publishers that implement ILdapPublisher 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.classLdapEncryptCertPublisherInterface for mapping a X509 certificate to a LDAP entryclassLdapUserCertPublisherInterface for mapping a X509 certificate to a LDAP entryclassOCSPPublisherThis publisher writes certificate and CRL into a directory. -
Uses of ILdapPublisher in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin with parameters of type ILdapPublisher Modifier and Type Method Description java.lang.StringPublisherAdminServlet. getPublisherPluginName(ILdapPublisher pub) -
Uses of ILdapPublisher in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap that return ILdapPublisher Modifier and Type Method Description ILdapPublisherPublisherProcessor. getActivePublisherInstance(java.lang.String insName)ILdapPublisherPublisherProcessor. getPublisherInstance(java.lang.String insName)Methods in com.netscape.cmscore.ldap with parameters of type ILdapPublisher Modifier and Type Method Description voidLdapPublishModule. publish(ILdapMapper mapper, ILdapPublisher publisher, java.security.cert.X509Certificate cert)voidLdapPublishModule. unpublish(ILdapMapper mapper, ILdapPublisher publisher, java.security.cert.X509Certificate cert)
-