Uses of Interface
com.netscape.certsrv.publish.ILdapRule
-
Packages that use ILdapRule Package Description com.netscape.certsrv.publish com.netscape.cms.servlet.admin -
-
Uses of ILdapRule in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish that return ILdapRule Modifier and Type Method Description ILdapRuleIPublishRuleSet. getRule(IRequest req)Get the publishing rule identified by a corresponding request.ILdapRuleIPublishRuleSet. getRule(java.lang.String ruleName)Get the publishing rule identified by a given name.Methods in com.netscape.certsrv.publish that return types with arguments of type ILdapRule Modifier and Type Method Description java.util.Hashtable<java.lang.String,ILdapRule>IPublisherProcessor. getRuleInsts()Returns Hashtable of rule instances.java.util.Enumeration<ILdapRule>IPublisherProcessor. getRules(java.lang.String publishingType)Returns list of rules based on publishing type.java.util.Enumeration<ILdapRule>IPublisherProcessor. getRules(java.lang.String publishingType, IRequest req)Returns list of rules based on publishing type and publishing request.java.util.Enumeration<ILdapRule>IPublishRuleSet. getRules()Get an enumeration of publishing rules.Methods in com.netscape.certsrv.publish with parameters of type ILdapRule Modifier and Type Method Description voidIPublishRuleSet. addRule(java.lang.String aliasName, ILdapRule rule)Add a publishing rule -
Uses of ILdapRule in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin with parameters of type ILdapRule Modifier and Type Method Description java.lang.StringPublisherAdminServlet. getRulePluginName(ILdapRule rule)
-