Package org.forgerock.am.config
This package contains the config API that is used to retrieve and persist configuration for services.
-
Interface Summary Interface Description ChoiceValues GlobalConfiguration<T> This interface identifies theServiceComponentConfig
as containing configuration that is applied globally.Identity Models an identity within AM.IdentityConfiguration<T> This interface identifies theServiceComponentConfig
as containing configuration that is applied to an identity.ListenableConfig Annotated configuration classes implementing this interface will be able to have listeners registered to be invoked on configuration changes.Listener.Action A generic listener which will respond to a configuration or schema change event.RealmConfiguration<T> This interface identifies theServiceComponentConfig
as containing configuration that is applied to a realm.ServiceComponentConfig A marker interface indicating that the sub-type defines configuration for a Service Component. -
Class Summary Class Description Listener Builder responsible for providing fluent-like functions for building up Action instances which will respond to changes in Service configuration. -
Enum Summary Enum Description Listener.ConfigType Listener.ServiceListenerEvent Represents an event provided to a service listener. -
Exception Summary Exception Description ServiceConfigException An exception that indicates there was a problem when using the Service Component Config API. -
Annotation Types Summary Annotation Type Description Dynamic Marks an attribute as being dynamic.