Uses of Class
org.apache.directory.api.ldap.model.schema.NameForm
-
Packages that use NameForm Package Description org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model.org.apache.directory.api.ldap.model.schema.parsers org.apache.directory.api.ldap.model.schema.registries org.apache.directory.api.ldap.model.schema.registries.helper -
-
Uses of NameForm in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that return NameForm Modifier and Type Method Description NameFormNameForm. copy()Copy a NameFormMethods in org.apache.directory.api.ldap.model.schema with parameters of type NameForm Modifier and Type Method Description EntryAttributesFactory. convert(NameForm nameForm, Schema schema, SchemaManager schemaManager)Converts a NameForm into an EntryStringSchemaObjectRenderer. render(NameForm nf)NOT FULLY IMPLEMENTED! Render a NameForm as a String -
Uses of NameForm in org.apache.directory.api.ldap.model.schema.parsers
Methods in org.apache.directory.api.ldap.model.schema.parsers that return NameForm Modifier and Type Method Description NameFormNameFormDescriptionSchemaParser. parse(String nameFormDescription)Parses a name form description according to RFC 4512:NameFormOpenLdapSchemaParser. parseNameForm(String nameFormDescription)Production for NameForm descriptions. -
Uses of NameForm in org.apache.directory.api.ldap.model.schema.registries
Methods in org.apache.directory.api.ldap.model.schema.registries that return NameForm Modifier and Type Method Description NameFormImmutableNameFormRegistry. get(String oid)Gets the SchemaObject associated with a given OID.NameFormImmutableNameFormRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.NameFormImmutableNameFormRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.NameFormImmutableNameFormRegistry. unregister(NameForm schemaObject)Removes the SchemaObject registered with this registry.Methods in org.apache.directory.api.ldap.model.schema.registries that return types with arguments of type NameForm Modifier and Type Method Description Iterator<NameForm>ImmutableNameFormRegistry. iterator()Gets an iterator over the registered schema objects in the registry.Methods in org.apache.directory.api.ldap.model.schema.registries with parameters of type NameForm Modifier and Type Method Description voidImmutableNameFormRegistry. register(NameForm schemaObject)Registers a new SchemaObject with this registry.NameFormImmutableNameFormRegistry. unregister(NameForm schemaObject)Removes the SchemaObject registered with this registry. -
Uses of NameForm in org.apache.directory.api.ldap.model.schema.registries.helper
Methods in org.apache.directory.api.ldap.model.schema.registries.helper with parameters of type NameForm Modifier and Type Method Description static voidNameFormHelper. addToRegistries(NameForm nameForm, SchemaErrorHandler errorHandler, Registries registries)Inject the NameForm into the registries, updating the references to other SchemaObject
-