| 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 |
| Modifier and Type | Method and Description |
|---|---|
NameForm |
NameForm.copy()
Copy a NameForm
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
AttributesFactory.convert(NameForm nameForm,
Schema schema,
SchemaManager schemaManager)
Converts a NameForm into an Entry
|
String |
SchemaObjectRenderer.render(NameForm nf)
NOT FULLY IMPLEMENTED!
|
| Modifier and Type | Method and Description |
|---|---|
NameForm |
NameFormDescriptionSchemaParser.parse(String nameFormDescription)
Parses a name form description according to RFC 4512:
NameFormDescription = LPAREN WSP
numericoid ; object identifier
[ SP "NAME" SP qdescrs ] ; short names (descriptors)
[ SP "DESC" SP qdstring ] ; description
[ SP "OBSOLETE" ] ; not active
SP "OC" SP oid ; structural object class
SP "MUST" SP oids ; attribute types
[ SP "MAY" SP oids ] ; attribute types
extensions WSP RPAREN ; extensions
|
NameForm |
OpenLdapSchemaParser.parseNameForm(String nameFormDescription)
Production for NameForm descriptions.
|
private static NameForm |
OpenLdapSchemaParser.parseNameFormRelaxed(Reader reader,
OpenLdapSchemaParser.PosSchema pos,
Map<String,OpenLdapObjectIdentifierMacro> objectIdentifierMacros)
Production for NameForm descriptions.
|
private static NameForm |
OpenLdapSchemaParser.parseNameFormStrict(Reader reader,
OpenLdapSchemaParser.PosSchema pos,
Map<String,OpenLdapObjectIdentifierMacro> objectIdentifierMacros)
Production for NameForm descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
NameForm |
ImmutableNameFormRegistry.get(String oid)
Gets the SchemaObject associated with a given OID.
|
NameForm |
ImmutableNameFormRegistry.lookup(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(String numericOid)
Removes the SchemaObject registered with this registry, using its
numeric OID.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<NameForm> |
ImmutableNameFormRegistry.iterator()
Gets an iterator over the registered schema objects in the registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImmutableNameFormRegistry.register(NameForm schemaObject)
Registers a new SchemaObject with this registry.
|
NameForm |
ImmutableNameFormRegistry.unregister(NameForm schemaObject)
Removes the SchemaObject registered with this registry.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NameFormHelper.addToRegistries(NameForm nameForm,
SchemaErrorHandler errorHandler,
Registries registries)
Inject the NameForm into the registries, updating the references to
other SchemaObject
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.