Uses of Interface
com.netscape.certsrv.publish.ILdapRule
-
Packages that use ILdapRule Package Description com.netscape.certsrv.publish com.netscape.cms.servlet.admin com.netscape.cmscore.ldap -
-
Uses of ILdapRule in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish that return ILdapRule Modifier and Type Method Description 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 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 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 Modifier and Type Method Description java.lang.String
PublisherAdminServlet. getRulePluginName(ILdapRule rule)
-
Uses of ILdapRule in com.netscape.cmscore.ldap
Classes in com.netscape.cmscore.ldap that implement ILdapRule Modifier and Type Class Description class
LdapRule
The publishing rule that links mapper and publisher together.Fields in com.netscape.cmscore.ldap with type parameters of type ILdapRule Modifier and Type Field Description java.util.Hashtable<java.lang.String,ILdapRule>
PublisherProcessor. mRuleInsts
Methods in com.netscape.cmscore.ldap that return types with arguments of type ILdapRule Modifier and Type Method Description java.util.Hashtable<java.lang.String,ILdapRule>
PublisherProcessor. getRuleInsts()
java.util.Enumeration<ILdapRule>
PublisherProcessor. getRules(java.lang.String publishingType)
java.util.Enumeration<ILdapRule>
PublisherProcessor. getRules(java.lang.String publishingType, IRequest req)
-