Uses of Class
org.apache.directory.shared.ldap.schema.parsers.ObjectClassDescription

Packages that use ObjectClassDescription
org.apache.directory.shared.ldap.schema.parsers   
org.apache.directory.shared.ldap.schema.syntax   
 

Uses of ObjectClassDescription in org.apache.directory.shared.ldap.schema.parsers
 

Methods in org.apache.directory.shared.ldap.schema.parsers that return ObjectClassDescription
 ObjectClassDescription ObjectClassDescriptionSchemaParser.parseObjectClassDescription(java.lang.String objectClassDescription)
          Parses a object class definition according to RFC 4512:
 

Methods in org.apache.directory.shared.ldap.schema.parsers with parameters of type ObjectClassDescription
static boolean ParserDescriptionUtils.objectClassesMatch(ObjectClassDescription ocd0, ObjectClassDescription ocd1)
          Checks two schema objectClass descriptions for an exact match.
 

Uses of ObjectClassDescription in org.apache.directory.shared.ldap.schema.syntax
 

Methods in org.apache.directory.shared.ldap.schema.syntax that return ObjectClassDescription
 ObjectClassDescription AntlrSchemaParser.objectClassDescription()
          Production for matching object class descriptions.
 ObjectClassDescription AntlrSchemaParser.openLdapObjectClass()
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.