T
- The type of configuration that this listener should be notified
about.public interface ConfigurationDeleteListener<T extends Configuration>
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
applyConfigurationDelete(T configuration)
Deletes an existing configuration from this delete listener.
|
boolean |
isConfigurationDeleteAcceptable(T configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing configuration is
acceptable to this delete listener.
|
boolean isConfigurationDeleteAcceptable(T configuration, List<LocalizableMessage> unacceptableReasons)
configuration
- The configuration that will be deleted.unacceptableReasons
- A list that can be used to hold messages about why the
provided configuration is not acceptable.true
if the proposed deletion is acceptable,
or false
if it is not.ConfigChangeResult applyConfigurationDelete(T configuration)
configuration
- The existing configuration that will be deleted.Copyright 2010-2018 ForgeRock AS.