Uses of Interface
com.netscape.certsrv.publish.ILdapRule

Packages that use ILdapRule
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
 ILdapRule IPublishRuleSet.getRule(IRequest req)
          Get the publishing rule identified by a corresponding request.
 ILdapRule IPublishRuleSet.getRule(java.lang.String ruleName)
          Get the publishing rule identified by a given name.
 

Methods in com.netscape.certsrv.publish with parameters of type ILdapRule
 void IPublishRuleSet.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
 java.lang.String PublisherAdminServlet.getRulePluginName(ILdapRule rule)