| Package | Description |
|---|---|
| com.netscape.certsrv.publish |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<ILdapRule> |
IPublishRuleSet.getRules()
Get an enumeration of publishing rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPublishRuleSet.addRule(java.lang.String aliasName,
ILdapRule rule)
Add a publishing rule
|