public final class LdapSyntaxHelper extends Object
| Modifier | Constructor and Description |
|---|---|
private |
LdapSyntaxHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToRegistries(LdapSyntax ldapSyntax,
SchemaErrorHandler errorHandler,
Registries registries)
Inject the LdapSyntax into the registries, updating the references to
other SchemaObject
|
static void |
removeFromRegistries(LdapSyntax ldapSyntax,
SchemaErrorHandler errorHandler,
Registries registries)
Remove the LdapSyntax from the Registries, updating the references to
other SchemaObject.
|
public static void addToRegistries(LdapSyntax ldapSyntax, SchemaErrorHandler errorHandler, Registries registries) throws LdapException
ldapSyntax - The LdapSyntax to add to the RegistrieserrorHandler - Error handlerregistries - The RegistriesLdapException - If the addition failedpublic static void removeFromRegistries(LdapSyntax ldapSyntax, SchemaErrorHandler errorHandler, Registries registries)
ldapSyntax - The LdapSyntax to remove from the RegistrieserrorHandler - Error handlerregistries - The RegistriesCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.