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