Uses of Interface
org.apache.directory.shared.ldap.schema.SchemaObject

Packages that use SchemaObject
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
 

Uses of SchemaObject in org.apache.directory.shared.ldap.schema
 

Subinterfaces of SchemaObject in org.apache.directory.shared.ldap.schema
 interface AttributeType
          An attributeType specification.
 interface DITContentRule
          A ditContentRule specification.
 interface DITStructureRule
          A dITStructureRule definition.
 interface MatchingRule
          A matchingRule definition.
 interface MatchingRuleUse
          Represents an LDAP MatchingRuleUseDescription defined in RFC 2252.
 interface NameForm
          A nameForm description.
 interface ObjectClass
          An objectClass definition.
 interface Syntax
          A syntax definition.
 

Classes in org.apache.directory.shared.ldap.schema that implement SchemaObject
 class AbstractAttributeType
          Attribute specification bean used to store the schema information for an attributeType definition.
 class AbstractMatchingRule
          The default MatchingRule implementation.
 class AbstractSchemaObject
          The abstract base class for all schema object types.
 class AbstractSyntax
          An abstract Syntax class.
 class DefaultObjectClass
          Objectclass specification bean used to store the schema information for an objectclass definition.
 



Copyright © 2003-2006 . All Rights Reserved.