| Package | Description |
|---|---|
| netscape.ldap |
| Modifier and Type | Method and Description |
|---|---|
LDAPObjectClassSchema |
LDAPSchema.getObjectClass(java.lang.String name)
Gets the definition of the object class with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<LDAPObjectClassSchema> |
LDAPSchema.getObjectClasses()
Gets an enumeration ofthe object class definitions in this schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPSchema.addObjectClass(LDAPObjectClassSchema objectSchema)
Adds an object class schema definition to the current schema.
|