public interface ConfigChangeListener
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
applyConfigurationChange(Entry configEntry)
Attempts to apply a new configuration to this Directory Server component
based on the provided changed entry.
|
boolean |
configChangeIsAcceptable(Entry configEntry,
LocalizableMessageBuilder unacceptableReason)
Indicates whether the configuration entry that will result from a
proposed modification is acceptable to this change listener.
|
boolean configChangeIsAcceptable(Entry configEntry, LocalizableMessageBuilder unacceptableReason)
configEntry
- The configuration entry that will result from the requested
update.unacceptableReason
- A buffer to which this method can append a human-readable
message explaining why the proposed change is not acceptable.true
if the proposed entry contains an acceptable
configuration, or false
if it does not.ConfigChangeResult applyConfigurationChange(Entry configEntry)
configEntry
- The configuration entry that containing the updated
configuration for this component.Copyright 2010-2017 ForgeRock AS.