Uses of Package
org.forgerock.openam.secrets
-
Packages that use org.forgerock.openam.secrets Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality.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. -
Classes in org.forgerock.openam.secrets used by org.forgerock.am.iot Class Description SecretIdProvider This interface allows AM's modules/components to easily expose which secret IDs they are using. -
Classes in org.forgerock.openam.secrets used by org.forgerock.openam.secrets Class Description BaseSecretStoreProvider A marker interface for types that provider secret store implementations.DefaultingPurpose A purpose that can fallback to a default secret ID if the first - more specific - secret ID could not be found in the secrets provider.KeyStoreKeyIdProvider This interface allows customization of the key ID values associated with public keys stored inKeyStoreSecretStore
s.SecretException A class of exception arising from use of the secrets API.SecretsProviderFacade A facade aroundSecretsProvider
instances from the realm and global levels that will delegate correctly to the global provider when a secret is not found in the realm, and knows how to resolve secrets for aDefaultingPurpose
.SecretsReferenceProvider A class that can provide secret references for a given purpose.UnavailableSecretReferenceException An exception that occured when a secret reference is not available. -
Classes in org.forgerock.openam.secrets used by org.forgerock.openam.secrets.config Class Description BaseSecretStoreProvider A marker interface for types that provider secret store implementations.LockedSecretStoreProvider A provider of commonsSecretStore
instances.SecretException A class of exception arising from use of the secrets API.SecretsReferenceProvider A class that can provide secret references for a given purpose.