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.cmscore.ldap -
-
Uses of ILdapPublisher in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish that return ILdapPublisher Modifier and Type Method Description ILdapPublisherPublisherProxy. getPublisher()Return ILdapPublisher object.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.classLdapUserCertPublisherInterface for mapping a X509 certificate to a LDAP entryclassOCSPPublisherThis publisher writes certificate and CRL into a directory. -
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)Returns ILdapPublisher instance that is currently active.ILdapPublisherPublisherProcessor. getPublisherInstance(java.lang.String insName)Returns ILdapPublisher instance.
-