| 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 |
|---|---|
ObjectClassRegistry |
SchemaManager.getObjectClassRegistry()
Get an immutable reference on the ObjectClass registry
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultObjectClassRegistry
An ObjectClass registry's service default implementation.
|
class |
ImmutableObjectClassRegistry
An immutable wrapper of the ObjectClass registry.
|
| Modifier and Type | Field and Description |
|---|---|
private ObjectClassRegistry |
ImmutableObjectClassRegistry.immutableObjectClassRegistry
The wrapped ObjectClass registry
|
| Modifier and Type | Method and Description |
|---|---|
ObjectClassRegistry |
ObjectClassRegistry.copy()
Copy the ObjectClassRegistry
|
ObjectClassRegistry |
Registries.getObjectClassRegistry() |
| Constructor and Description |
|---|
ImmutableObjectClassRegistry(ObjectClassRegistry ocRegistry)
Creates a new instance of ImmutableAttributeTypeRegistry.
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.