| 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.registries |
| Modifier and Type | Method and Description |
|---|---|
OidRegistry |
SchemaManager.getGlobalOidRegistry()
Returns a reference to the global OidRegistry
|
| Modifier and Type | Field and Description |
|---|---|
protected OidRegistry<SchemaObject> |
Registries.globalOidRegistry
The global OID registry
|
protected OidRegistry<T> |
DefaultSchemaObjectRegistry.oidRegistry
the global OID Registry
|
| Modifier and Type | Method and Description |
|---|---|
OidRegistry<T> |
OidRegistry.copy()
Copy the OidRegistry, without the contained values
|
OidRegistry<SchemaObject> |
Registries.getGlobalOidRegistry() |
| Constructor and Description |
|---|
DefaultSchemaObjectRegistry(SchemaObjectType schemaObjectType,
OidRegistry<T> oidRegistry)
Creates a new DefaultSchemaObjectRegistry instance.
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.