| Package | Description |
|---|---|
| org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not
appropriate for other packages.
|
| Modifier and Type | Method and Description |
|---|---|
EntryCacheCommon.ConfigPhase |
EntryCacheCommon.ConfigErrorHandler.getConfigPhase()
Get the current configuration phase.
|
static EntryCacheCommon.ConfigPhase |
EntryCacheCommon.ConfigPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryCacheCommon.ConfigPhase[] |
EntryCacheCommon.ConfigPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryCacheCommon.ConfigErrorHandler |
EntryCacheCommon.getConfigErrorHandler(EntryCacheCommon.ConfigPhase configPhase,
List<LocalizableMessage> unacceptableReasons,
List<LocalizableMessage> errorMessages)
Create a new error handler.
|
| Constructor and Description |
|---|
EntryCacheCommon.ConfigErrorHandler(EntryCacheCommon.ConfigPhase configPhase,
List<LocalizableMessage> unacceptableReasons,
List<LocalizableMessage> errorMessages)
Create an error handler.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.