public final class MatchingRuleHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
A logger for this class
|
| Modifier | Constructor and Description |
|---|---|
private |
MatchingRuleHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToRegistries(MatchingRule matchingRule,
SchemaErrorHandler errorHandler,
Registries registries)
Inject the MatchingRule into the Registries, updating the references to
other SchemaObject
|
static void |
removeFromRegistries(MatchingRule matchingRule,
SchemaErrorHandler errorHandler,
Registries registries)
Remove the MatchingRule from the Registries, updating the references to
other SchemaObject.
|
public static void addToRegistries(MatchingRule matchingRule, SchemaErrorHandler errorHandler, Registries registries) throws LdapException
matchingRule - The MatchingRule to add to the RegistrieserrorHandler - Error handlerregistries - The RegistriesLdapException - If the addition failedpublic static void removeFromRegistries(MatchingRule matchingRule, SchemaErrorHandler errorHandler, Registries registries)
matchingRule - The MatchingRule to remove from the RegistrieserrorHandler - Error handlerregistries - The RegistriesCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.