Uses of Class
org.apache.directory.shared.ldap.schema.NameForm

Packages that use NameForm
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.registries   
 

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

Methods in org.apache.directory.shared.ldap.schema that return NameForm
 NameForm NameForm.copy()
          Copy a NameForm
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type NameForm
static java.lang.String DescriptionUtils.getDescription(NameForm nameForm)
          Generates the NameFormDescription for a NameForm as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.35.
static java.lang.StringBuffer SchemaUtils.render(NameForm nf)
          NOT FULLY IMPLEMENTED!
 

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

Methods in org.apache.directory.shared.ldap.schema.parsers that return NameForm
 NameForm NameFormDescriptionSchemaParser.parse(java.lang.String schemaDescription)
          Parses a NameForm description
 NameForm NameFormDescriptionSchemaParser.parseNameFormDescription(java.lang.String nameFormDescription)
          Parses a name form description according to RFC 4512:
 

Uses of NameForm in org.apache.directory.shared.ldap.schema.registries
 

Methods in org.apache.directory.shared.ldap.schema.registries that return NameForm
 NameForm ImmutableNameFormRegistry.lookup(java.lang.String oid)
          Looks up a SchemaObject by its unique Object Identifier or by name.
 NameForm ImmutableNameFormRegistry.unregister(NameForm schemaObject)
          Removes the SchemaObject registered with this registry.
 NameForm ImmutableNameFormRegistry.unregister(java.lang.String numericOid)
          Removes the SchemaObject registered with this registry, using its numeric OID.
 

Methods in org.apache.directory.shared.ldap.schema.registries that return types with arguments of type NameForm
 java.util.Iterator<NameForm> ImmutableNameFormRegistry.iterator()
          Gets an iterator over the registered schema objects in the registry.
 

Methods in org.apache.directory.shared.ldap.schema.registries with parameters of type NameForm
 void ImmutableNameFormRegistry.register(NameForm schemaObject)
          Registers a new SchemaObject with this registry.
 NameForm ImmutableNameFormRegistry.unregister(NameForm schemaObject)
          Removes the SchemaObject registered with this registry.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.