Package | Description |
---|---|
org.forgerock.oauth.resolvers |
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider.
|
org.forgerock.openam.secrets |
The AM supporting classes for centrally configuring secrets.
|
org.forgerock.secrets |
Provides a unified API for accessing secrets of various kinds.
|
org.forgerock.secrets.jwkset |
Secret store backend for retrieving keys from a local or remote JWK Set.
|
org.forgerock.secrets.keys |
Contains cryptographic key related API objects.
|
org.forgerock.secrets.keystore |
Implementations of
SecretStore for accessing keys stored in Java KeyStores, such as
PKCS#11 Hardware Security Modules (HSMs) and PKCS#12 file-based encrypted key stores. |
org.forgerock.secrets.propertyresolver |
Provides a
SecretStore implementation that loads secrets from a Common Configuration
PropertyResolver and then decodes it with a
SecretPropertyFormat . |
Class and Description |
---|
Purpose
A purpose encapsulates both a name for a function that requires access to secrets, together with a hint as
to the intended usage of those secrets.
|
SecretsProvider
The secrets provider is used to get hold of active, named or valid secret objects.
|
Class and Description |
---|
NoSuchSecretException
Indicates that no secret was configured for the given purpose, or the named secret is not available.
|
Purpose
A purpose encapsulates both a name for a function that requires access to secrets, together with a hint as
to the intended usage of those secrets.
|
Secret
A secret is any piece of data that should be kept confidential.
|
SecretsProvider
The secrets provider is used to get hold of active, named or valid secret objects.
|
SecretStore
A backend storage mechanism for certain kinds of secrets.
|
Class and Description |
---|
GenericSecret
A generic secret represented as an opaque blob of bytes, such as a password or API key.
|
NoSuchSecretException
Indicates that no secret was configured for the given purpose, or the named secret is not available.
|
Purpose
A purpose encapsulates both a name for a function that requires access to secrets, together with a hint as
to the intended usage of those secrets.
|
Secret
A secret is any piece of data that should be kept confidential.
|
SecretBuilder
Provides a uniform way for secrets providers to construct secrets and keys.
|
SecretReference
A long-lived reference to an active secret.
|
SecretsProvider
The secrets provider is used to get hold of active, named or valid secret objects.
|
SecretStore
A backend storage mechanism for certain kinds of secrets.
|
ThreadPoolSecretStore
A secret store that wraps another secret store and performs all query operations in a background thread using a
thread pool.
|
Class and Description |
---|
NoSuchSecretException
Indicates that no secret was configured for the given purpose, or the named secret is not available.
|
Purpose
A purpose encapsulates both a name for a function that requires access to secrets, together with a hint as
to the intended usage of those secrets.
|
SecretStore
A backend storage mechanism for certain kinds of secrets.
|
Class and Description |
---|
GenericSecret
A generic secret represented as an opaque blob of bytes, such as a password or API key.
|
NoSuchSecretException
Indicates that no secret was configured for the given purpose, or the named secret is not available.
|
Secret
A secret is any piece of data that should be kept confidential.
|
SecretBuilder
Provides a uniform way for secrets providers to construct secrets and keys.
|
SecretReference
A long-lived reference to an active secret.
|
Class and Description |
---|
GenericSecret
A generic secret represented as an opaque blob of bytes, such as a password or API key.
|
NoSuchSecretException
Indicates that no secret was configured for the given purpose, or the named secret is not available.
|
Purpose
A purpose encapsulates both a name for a function that requires access to secrets, together with a hint as
to the intended usage of those secrets.
|
Secret
A secret is any piece of data that should be kept confidential.
|
SecretReference
A long-lived reference to an active secret.
|
SecretStore
A backend storage mechanism for certain kinds of secrets.
|
Class and Description |
---|
NoSuchSecretException
Indicates that no secret was configured for the given purpose, or the named secret is not available.
|
Purpose
A purpose encapsulates both a name for a function that requires access to secrets, together with a hint as
to the intended usage of those secrets.
|
Secret
A secret is any piece of data that should be kept confidential.
|
SecretBuilder
Provides a uniform way for secrets providers to construct secrets and keys.
|
SecretStore
A backend storage mechanism for certain kinds of secrets.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.