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

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

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

Methods in org.apache.directory.shared.ldap.schema with parameters of type AttributeTypeDescription
static java.lang.StringBuffer SchemaUtils.render(AttributeTypeDescription atd)
          Renders an attributeType description object into a new StringBuffer according to the Attribute Type Description Syntax defined in MODELS 1.3.6.1.4.1.1466.115.121.1.3.
 

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

Methods in org.apache.directory.shared.ldap.schema.parsers that return AttributeTypeDescription
 AttributeTypeDescription AttributeTypeDescriptionSchemaParser.parseAttributeTypeDescription(java.lang.String attributeTypeDescription)
          Parses a attribute type description according to RFC 4512:
 

Methods in org.apache.directory.shared.ldap.schema.parsers with parameters of type AttributeTypeDescription
static boolean ParserDescriptionUtils.attributeTypesMatch(AttributeTypeDescription atd0, AttributeTypeDescription atd1)
          Checks two schema attributeType descriptions for an exact match.
 

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

Methods in org.apache.directory.shared.ldap.schema.syntax that return AttributeTypeDescription
 AttributeTypeDescription AntlrSchemaParser.attributeTypeDescription()
          Production for matching attribute type descriptions.
 AttributeTypeDescription AntlrSchemaParser.openLdapAttributeType()
           
 



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