| Package | Description |
|---|---|
| netscape.ldap |
| Modifier and Type | Class and Description |
|---|---|
class |
LDAPMatchingRuleSchema
The definition of a matching rule in the schema.
|
class |
LDAPMatchingRuleUseSchema
The definition of a matching rule use in the schema.
|
| Modifier and Type | Method and Description |
|---|---|
LDAPAttributeSchema |
LDAPSchema.getAttribute(java.lang.String name)
Gets the definition of the attribute type with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<LDAPAttributeSchema> |
LDAPSchema.getAttributes()
Gets an enumeration ofthe attribute type definitions in this schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPSchema.addAttribute(LDAPAttributeSchema attrSchema)
Add an attribute type schema definition to the current schema.
|