Uses of Class
com.netscape.cmscore.ldap.PublisherProcessor
-
Packages that use PublisherProcessor Package Description com.netscape.certsrv.authority com.netscape.certsrv.publish com.netscape.certsrv.ra com.netscape.cmscore.ldap org.dogtagpki.server.ca -
-
Uses of PublisherProcessor in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority that return PublisherProcessor Modifier and Type Method Description PublisherProcessor
ICertAuthority. getPublisherProcessor()
get authority's publishing module if any. -
Uses of PublisherProcessor in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish with parameters of type PublisherProcessor Modifier and Type Method Description void
ILdapRule. init(PublisherProcessor processor, IConfigStore config)
Initialize the plugin. -
Uses of PublisherProcessor in com.netscape.certsrv.ra
Methods in com.netscape.certsrv.ra that return PublisherProcessor Modifier and Type Method Description PublisherProcessor
IRegistrationAuthority. getPublisherProcessor()
Retrieves the publishing processor of this registration authority. -
Uses of PublisherProcessor in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap with parameters of type PublisherProcessor Modifier and Type Method Description void
LdapRule. init(PublisherProcessor processor, IConfigStore config)
void
LdapRequestListener. setPublisherProcessor(PublisherProcessor publisherProcessor)
-
Uses of PublisherProcessor in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that return PublisherProcessor Modifier and Type Method Description PublisherProcessor
ICertificateAuthority. getPublisherProcessor()
Retrieves the publishing processor of this certificate authority.
-