Package org.forgerock.am.config
Interface ServiceComponentConfig
-
- All Superinterfaces:
ListenableConfig
- All Known Subinterfaces:
IotServiceConfig
public interface ServiceComponentConfig extends ListenableConfig
A marker interface indicating that the sub-type defines configuration for a Service Component.Sub-types should annotated with
Config
and specify theConfig.scope()
asConfig.Scope.SERVICE
and contain inner interfaces which declare the specific type of configuration using theConfig
annotation, such asConfig.Scope.GLOBAL
orConfig.Scope.REALM
-
-
Method Summary
-
Methods inherited from interface org.forgerock.am.config.ListenableConfig
watch
-
-