public class BaseDnRegistry extends Object
Modifier and Type | Method and Description |
---|---|
List<LocalizableMessage> |
deregisterBaseDN(DN baseDN)
Deregisters a base DN with this registry.
|
List<LocalizableMessage> |
registerBaseDN(DN baseDN,
Backend<?> backend,
boolean isPrivate)
Registers a base DN with this registry.
|
public List<LocalizableMessage> registerBaseDN(DN baseDN, Backend<?> backend, boolean isPrivate) throws DirectoryException
baseDN
- to registerbackend
- with which the base DN is associatedisPrivate
- indicates whether or not this base DN is privateDirectoryException
- if the base DN cannot be registeredpublic List<LocalizableMessage> deregisterBaseDN(DN baseDN) throws DirectoryException
baseDN
- to deregisterDirectoryException
- if the base DN could not be deregisteredCopyright © 2010-2016 ForgeRock AS. All Rights Reserved.