Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
Modifier and Type | Field and Description |
---|---|
static Predicate<BackendConfigManager.NamingContext> |
BackendConfigManager.LOCAL
A naming suffix corresponding to a local backend.
|
static Predicate<BackendConfigManager.NamingContext> |
BackendConfigManager.PRIVATE
A naming context corresponding to a private backend.
|
static Predicate<BackendConfigManager.NamingContext> |
BackendConfigManager.PUBLIC
A public naming context (strict opposite of private).
|
static Predicate<BackendConfigManager.NamingContext> |
BackendConfigManager.TOP_LEVEL
A top-level naming context, which is not a subordinate of another naming context.
|
Modifier and Type | Method and Description |
---|---|
Set<Dn> |
BackendConfigManager.getNamingContexts(Predicate<BackendConfigManager.NamingContext> filter)
Retrieves naming contexts corresponding to backends, according to the specified filter.
|
Copyright 2010-2018 ForgeRock AS.