Uses of Annotation Interface
org.forgerock.openam.annotations.sm.Config
Packages that use Config
Package
Description
This package contains all classes pertaining to AM's IoT functionality.
Provides classes for accessing trees components.
Classes and interfaces to create configurable secret store backends.
-
Uses of Config in org.forgerock.am.iot
Classes in org.forgerock.am.iot with annotations of type ConfigModifier and TypeInterfaceDescriptioninterface
Service interface for configuring the IoT Service.static interface
Realm config interface holding the config for the IoT service attributes. -
Uses of Config in org.forgerock.am.trees.api
Methods in org.forgerock.am.trees.api that return ConfigModifier and TypeMethodDescriptionNodeConfigurationFactory.NodeConfiguration.annotation()
Returns the value of theannotation
record component.Methods in org.forgerock.am.trees.api with parameters of type ConfigModifier and TypeMethodDescriptionvoid
NodeRegistry.registerNode
(Class<?> nodeClass, Config nodeConfig, Class<?> configClass) Notify theNodeFactory
that a new type of node is available, and what SMS service contains its configuration.void
NodeRegistry.unregisterNode
(Config nodeConfig) Remove node form the list of cached node services.Constructors in org.forgerock.am.trees.api with parameters of type ConfigModifierConstructorDescriptionNodeConfiguration
(Class<?> configClass, Config annotation) Creates an instance of aNodeConfiguration
record class. -
Uses of Config in org.forgerock.openam.secrets.config
Classes in org.forgerock.openam.secrets.config with annotations of type ConfigModifier and TypeInterfaceDescriptioninterface
Provides support for fetching secrets from Google Secret Manager.