| 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 |
|---|---|
AttributeTypeRegistry |
SchemaManager.getAttributeTypeRegistry()
Get an immutable reference on the AttributeType registry
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeTypeRegistry
An AttributeType registry service default implementation.
|
class |
ImmutableAttributeTypeRegistry
An immutable wrapper of the AttributeType registry.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) AttributeTypeRegistry |
ImmutableAttributeTypeRegistry.immutableAttributeTypeRegistry
The wrapped AttributeType registry
|
| Modifier and Type | Method and Description |
|---|---|
AttributeTypeRegistry |
ImmutableAttributeTypeRegistry.copy()
Copy the AttributeTypeRegistry
|
AttributeTypeRegistry |
AttributeTypeRegistry.copy()
Copy the AttributeTypeRegistry
|
AttributeTypeRegistry |
Registries.getAttributeTypeRegistry() |
| Constructor and Description |
|---|
ImmutableAttributeTypeRegistry(AttributeTypeRegistry attributeTypeRegistry)
Creates a new instance of ImmutableAttributeTypeRegistry.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.