Uses of Interface
com.netscape.certsrv.publish.IPublisherProcessor
-
Packages that use IPublisherProcessor Package Description com.netscape.certsrv.authority com.netscape.certsrv.ca com.netscape.certsrv.publish com.netscape.certsrv.ra -
-
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.ca
Methods in com.netscape.certsrv.ca that return IPublisherProcessor Modifier and Type Method Description IPublisherProcessor
ICertificateAuthority. getPublisherProcessor()
Retrieves the publishing processor of this certificate authority. -
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.
-