Uses of Class
netscape.ldap.LDAPSchemaElement
Packages that use LDAPSchemaElement
-
Uses of LDAPSchemaElement in com.netscape.jndi.ldap.schema
Fields in com.netscape.jndi.ldap.schema with type parameters of type LDAPSchemaElementModifier and TypeFieldDescription(package private) Enumeration
<? extends LDAPSchemaElement> SchemaElementBindingEnum.m_schemaElementEnum
Enumeration of schema name-object bindings packaged into Binding object.Constructor parameters in com.netscape.jndi.ldap.schema with type arguments of type LDAPSchemaElementModifierConstructorDescriptionSchemaElementBindingEnum
(Enumeration<? extends LDAPSchemaElement> schemaElementEnum, SchemaManager schemaMgr) -
Uses of LDAPSchemaElement in netscape.ldap
Subclasses of LDAPSchemaElement in netscape.ldapModifier and TypeClassDescriptionclass
The definition of an attribute type in the schema.class
The definition of a DIT content rule in the schema.class
The definition of a DIT structure rule in the schema.class
The definition of a matching rule in the schema.class
The definition of a matching rule use in the schema.class
The definition of a name form in the schema.class
The definition of an object class in the schema.class
The definition of a syntax type in the schema.(package private) class
Helper class supporting schema elements that include syntax definitions - attributes and matching rulesMethods in netscape.ldap with parameters of type LDAPSchemaElementModifier and TypeMethodDescriptionvoid
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, String dn) Replaces a single value of the object class, attribute type, or matching rule definition in the schema.Method parameters in netscape.ldap with type arguments of type LDAPSchemaElementModifier and TypeMethodDescriptionprivate static void
LDAPSchema.printEnum
(Enumeration<? extends LDAPSchemaElement> en) Helper for "main" to print out schema elements.