Uses of Interface
org.forgerock.openam.sm.AnnotatedServiceRegistry
Packages that use AnnotatedServiceRegistry
Package
Description
Provides classes for accessing trees components.
The AM supporting classes for centrally configuring secrets.
Classes and interfaces to create configurable secret store backends.
-
Uses of AnnotatedServiceRegistry in org.forgerock.am.trees.api
Methods in org.forgerock.am.trees.api with parameters of type AnnotatedServiceRegistryModifier and TypeMethodDescriptionvoid
NodeBuilder.build
(AnnotatedServiceRegistry serviceRegistry) Build the Node, adding it to service registry. -
Uses of AnnotatedServiceRegistry in org.forgerock.openam.secrets
Methods in org.forgerock.openam.secrets that return AnnotatedServiceRegistryModifier and TypeMethodDescriptionSecretStoreContext.getServiceRegistry()
Provides access to the service registry for looking up configuration that is associated with a secret store but configured elsewhere, such as service account settings.Methods in org.forgerock.openam.secrets with parameters of type AnnotatedServiceRegistryModifier and TypeMethodDescriptionstatic org.forgerock.openam.secrets.config.KeyStoreSecretStore
SecretsUtils.getDefaultKeyStore
(AnnotatedServiceRegistry serviceRegistry) Gets the default keystore from the global scope.Constructors in org.forgerock.openam.secrets with parameters of type AnnotatedServiceRegistryModifierConstructorDescriptionSecrets
(AnnotatedServiceRegistry serviceRegistry, DirectoryWatcher directoryWatcher, SecretsProviderFacadeFactory secretsProviderFacadeFactory, org.forgerock.openam.secrets.ActiveSecretsProviderFacadeFactory activeSecretsProviderFacadeFactory) DI constructor for theSecrets
class. -
Uses of AnnotatedServiceRegistry in org.forgerock.openam.secrets.config
Constructors in org.forgerock.openam.secrets.config with parameters of type AnnotatedServiceRegistryModifierConstructorDescriptionPurposeMappingValidator
(AnnotatedServiceRegistry serviceRegistry) SingleAliasPurposeMappingValidator
(AnnotatedServiceRegistry serviceRegistry)