Package com.unboundid.ldap.sdk.schema

This package contains classes which may be used to interact with a directory server's subschema subentry, which provides information about the attribute types, object classes, and other schema elements that are available within the server.

See:
          Description

Class Summary
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.
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.
 

Enum Summary
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.
 

Package com.unboundid.ldap.sdk.schema Description

This package contains classes which may be used to interact with a directory server's subschema subentry, which provides information about the attribute types, object classes, and other schema elements that are available within the server.