Uses of Class
netscape.ldap.LDAPSchemaElement
-
Packages that use LDAPSchemaElement Package Description netscape.ldap -
-
Uses of LDAPSchemaElement in netscape.ldap
Subclasses of LDAPSchemaElement in netscape.ldap Modifier and Type Class Description classLDAPAttributeSchemaThe definition of an attribute type in the schema.classLDAPDITContentRuleSchemaThe definition of a DIT content rule in the schema.classLDAPDITStructureRuleSchemaThe definition of a DIT structure rule in the schema.classLDAPMatchingRuleSchemaThe definition of a matching rule in the schema.classLDAPMatchingRuleUseSchemaThe definition of a matching rule use in the schema.classLDAPNameFormSchemaThe definition of a name form in the schema.classLDAPObjectClassSchemaThe definition of an object class in the schema.classLDAPSyntaxSchemaThe definition of a syntax type in the schema.Methods in netscape.ldap with parameters of type LDAPSchemaElement Modifier and Type Method Description voidLDAPSchemaElement. 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.voidLDAPSchemaElement. 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.
-