public static class BackendConfigManager.NamingContext extends Object
A naming context may be private or public, top-level or sub-suffix, local or non-local.
This class provides predicates to be able to filter on a provided set of naming contexts.
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.ldap.DN |
getBaseDN()
Retrieves the base DN of the naming context.
|
boolean |
isLocal()
Indicates whether this naming context corresponds to a local backend.
|
boolean |
isPrivate()
Indicates whether this naming context corresponds to a private backend.
|
boolean |
isSubSuffix()
Indicates whether this naming context corresponds to a sub-suffix (a non top-level naming context).
|
public org.forgerock.opendj.ldap.DN getBaseDN()
public boolean isPrivate()
true if naming context is private, false otherwisepublic boolean isSubSuffix()
true if naming context is a sub-suffix, false otherwisepublic boolean isLocal()
true if naming context is local, false otherwiseCopyright © 2010-2020 Wren Security. All Rights Reserved.