| 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 |
|---|---|
DitStructureRuleRegistry |
SchemaManager.getDITStructureRuleRegistry()
Get an immutable reference on the DitStructureRule registry
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDitStructureRuleRegistry
A DitStructureRule registry's service default implementation.
|
class |
ImmutableDitStructureRuleRegistry
An immutable wrapper of the DitStructureRule registry.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) DitStructureRuleRegistry |
ImmutableDitStructureRuleRegistry.immutableDITStructureRuleRegistry
The wrapped DitStructureRule registry
|
| Modifier and Type | Method and Description |
|---|---|
DitStructureRuleRegistry |
DitStructureRuleRegistry.copy()
Copy the DitStructureRuleRegistry
|
DitStructureRuleRegistry |
Registries.getDitStructureRuleRegistry() |
| Constructor and Description |
|---|
ImmutableDitStructureRuleRegistry(DitStructureRuleRegistry ditStructureRuleRegistry)
Creates a new instance of ImmutableDitStructureRuleRegistry.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.