Package | Description |
---|---|
netscape.ldap |
Modifier and Type | Class and Description |
---|---|
class |
LDAPAttributeSchema
The definition of an attribute type in the schema.
|
class |
LDAPDITContentRuleSchema
The definition of a DIT content rule in the schema.
|
class |
LDAPDITStructureRuleSchema
The definition of a DIT structure rule in the schema.
|
class |
LDAPMatchingRuleSchema
The definition of a matching rule in the schema.
|
class |
LDAPMatchingRuleUseSchema
The definition of a matching rule use in the schema.
|
class |
LDAPNameFormSchema
The definition of a name form in the schema.
|
class |
LDAPObjectClassSchema
The definition of an object class in the schema.
|
class |
LDAPSyntaxSchema
The definition of a syntax type in the schema.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPSchemaElement.modify(LDAPConnection ld,
LDAPSchemaElement newValue)
Replaces a single value of the object class, attribute type,
or matching rule definition in the schema at the root DSE.
|
void |
LDAPSchemaElement.modify(LDAPConnection ld,
LDAPSchemaElement newValue,
java.lang.String dn)
Replaces a single value of the object class, attribute type,
or matching rule definition in the schema.
|