Uses of Interface
com.netscape.certsrv.publish.IPublisherProcessor
-
Packages that use IPublisherProcessor Package Description com.netscape.certsrv.authority com.netscape.certsrv.publish com.netscape.certsrv.ra com.netscape.cmscore.ldap -
-
Uses of IPublisherProcessor in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority that return IPublisherProcessor Modifier and Type Method Description IPublisherProcessor
ICertAuthority. getPublisherProcessor()
get authority's publishing module if any. -
Uses of IPublisherProcessor in com.netscape.certsrv.publish
Subinterfaces of IPublisherProcessor in com.netscape.certsrv.publish Modifier and Type Interface Description interface
IXcertPublisherProcessor
Interface for a publisher that has the capability of publishing cross certsMethods in com.netscape.certsrv.publish with parameters of type IPublisherProcessor Modifier and Type Method Description void
ILdapRule. init(IPublisherProcessor processor, IConfigStore config)
Initialize the plugin. -
Uses of IPublisherProcessor in com.netscape.certsrv.ra
Methods in com.netscape.certsrv.ra that return IPublisherProcessor Modifier and Type Method Description IPublisherProcessor
IRegistrationAuthority. getPublisherProcessor()
Retrieves the publishing processor of this registration authority. -
Uses of IPublisherProcessor in com.netscape.cmscore.ldap
Classes in com.netscape.cmscore.ldap that implement IPublisherProcessor Modifier and Type Class Description class
PublisherProcessor
Methods in com.netscape.cmscore.ldap with parameters of type IPublisherProcessor Modifier and Type Method Description void
LdapRule. init(IPublisherProcessor processor, IConfigStore config)
-