See: Description
| Class | Description |
|---|---|
| AttributeSyntaxDefinition |
This class provides a data structure that describes an LDAP attribute syntax
schema element.
|
| AttributeTypeDefinition |
This class provides a data structure that describes an LDAP attribute type
schema element.
|
| DITContentRuleDefinition |
This class provides a data structure that describes an LDAP DIT content rule
schema element.
|
| DITStructureRuleDefinition |
This class provides a data structure that describes an LDAP DIT structure
rule schema element.
|
| EntryValidator |
This class provides a mechanism for validating entries against a schema.
|
| MatchingRuleDefinition |
This class provides a data structure that describes an LDAP matching rule
schema element.
|
| MatchingRuleUseDefinition |
This class provides a data structure that describes an LDAP matching rule use
schema element.
|
| NameFormDefinition |
This class provides a data structure that describes an LDAP name form schema
element.
|
| ObjectClassDefinition |
This class provides a data structure that describes an LDAP object class
schema element.
|
| Schema |
This class provides a data structure for representing a directory server
subschema subentry.
|
| SchemaElement |
This class provides a superclass for all schema element types, and defines a
number of utility methods that may be used when parsing schema element
strings.
|
| SchemaValidator |
This class provides a mechanism form validating definitions in an LDAP
schema.
|
| ValidateLDAPSchema |
This class provides a command-line tool that may be used to validate
definitions read from one or more schema files.
|
| Enum | Description |
|---|---|
| AttributeUsage |
This enum defines the set of attribute type usages that are defined in the
LDAP protocol.
|
| ObjectClassType |
This enum defines the set of object class types that are defined in the LDAP
protocol.
|
| SchemaElementType |
This enum defines the types of elements that can make up an LDAP schema.
|