| Package | Description |
|---|---|
| netscape.ldap |
| Modifier and Type | Method and Description |
|---|---|
LDAPDITStructureRuleSchema |
LDAPSchema.getDITStructureRule(int ID)
Gets the definition of a structure rule with the specified name.
|
LDAPDITStructureRuleSchema |
LDAPSchema.getDITStructureRule(java.lang.String name)
Gets the definition of a structure rule with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<LDAPDITStructureRuleSchema> |
LDAPSchema.getDITStructureRules()
Get an enumeration of the structure rules in this schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPSchema.addDITStructureRule(LDAPDITStructureRuleSchema rule)
Add a structure rule definition to the current schema.
|