Uses of Interface
org.forgerock.am.config.Listener.Action
-
Packages that use Listener.Action Package Description org.forgerock.am.config This package contains the config API that is used to retrieve and persist configuration for services. -
-
Uses of Listener.Action in org.forgerock.am.config
Fields in org.forgerock.am.config with type parameters of type Listener.Action Modifier and Type Field Description protected com.google.common.collect.ArrayListMultimap<Listener.ConfigType,Listener.Action>
Listener. actions
Methods in org.forgerock.am.config with parameters of type Listener.Action Modifier and Type Method Description Listener
Listener. onGlobalChange(Listener.Action action)
Adds an action to be invoked when the global configuration changes for the service.Listener
Listener. onRealmChange(Listener.Action action)
Adds an action to be invoked when the requested service's realm level configuration changes.Listener
Listener. onSchemaChange(Listener.Action action)
Adds an action to be invoked when the requested service's schema changes.
-