public final class LdapSyntaxHelper
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
LdapSyntaxHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToRegistries(LdapSyntax ldapSyntax,
java.util.List<java.lang.Throwable> errors,
Registries registries)
Inject the LdapSyntax into the registries, updating the references to
other SchemaObject
|
static void |
removeFromRegistries(LdapSyntax ldapSyntax,
java.util.List<java.lang.Throwable> errors,
Registries registries)
Remove the LdapSyntax from the Registries, updating the references to
other SchemaObject.
|
public static void addToRegistries(LdapSyntax ldapSyntax, java.util.List<java.lang.Throwable> errors, Registries registries) throws LdapException
ldapSyntax - The LdapSyntax to add to the Registrieserrors - The errors we got while adding the LdapSyntax to the Registriesregistries - The RegistriesIf - the addition failedLdapExceptionpublic static void removeFromRegistries(LdapSyntax ldapSyntax, java.util.List<java.lang.Throwable> errors, Registries registries) throws LdapException
ldapSyntax - The LdapSyntax to remove from the Registrieserrors - The errors we got while removing the LdapSyntax from the Registriesregistries - The RegistriesIf - the LdapSyntax is not validLdapException