Uses of Class
org.forgerock.am.config.Listener.ServiceListenerEvent
-
Packages that use Listener.ServiceListenerEvent 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.ServiceListenerEvent in org.forgerock.am.config
Fields in org.forgerock.am.config with type parameters of type Listener.ServiceListenerEvent Modifier and Type Field Description protected Map<Listener.ServiceListenerEvent,Collection<Consumer<Realm>>>
Listener. realmActions
Methods in org.forgerock.am.config that return Listener.ServiceListenerEvent Modifier and Type Method Description static Listener.ServiceListenerEvent
Listener.ServiceListenerEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static Listener.ServiceListenerEvent[]
Listener.ServiceListenerEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.am.config with parameters of type Listener.ServiceListenerEvent Modifier and Type Method Description Listener
Listener. onRealmChange(Consumer<Realm> action, Listener.ServiceListenerEvent... events)
Adds an action to be invoked if the requested service changes for a realm.
-