Uses of Interface
org.forgerock.openam.sm.AnnotatedServiceRegistry
-
Packages that use AnnotatedServiceRegistry Package Description org.forgerock.openam.secrets The AM supporting classes for centrally configuring secrets.org.forgerock.openam.secrets.config Classes and interfaces to create configurable secret store backends. -
-
Uses of AnnotatedServiceRegistry in org.forgerock.openam.secrets
Methods in org.forgerock.openam.secrets that return AnnotatedServiceRegistry Modifier and Type Method Description AnnotatedServiceRegistry
SecretStoreContext. 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 AnnotatedServiceRegistry Modifier and Type Method Description static 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 AnnotatedServiceRegistry Constructor Description Secrets(AnnotatedServiceRegistry serviceRegistry, DirectoryWatcher directoryWatcher, org.forgerock.openam.secrets.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 AnnotatedServiceRegistry Constructor Description PurposeMappingValidator(AnnotatedServiceRegistry serviceRegistry)
SingleAliasPurposeMappingValidator(AnnotatedServiceRegistry serviceRegistry)
-