Package | Description |
---|---|
org.forgerock.openig.secrets |
Provides the Common Secrets API for accessing secrets of various kinds.
|
org.forgerock.openig.tools.am |
Access Management Server.
|
org.forgerock.openig.util |
Miscellaneous utility classes.
|
org.forgerock.secrets |
Provides a unified API for accessing secrets of various kinds.
|
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 |
---|
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.
|
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.
|
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.
|
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.
|
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 |
---|
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 2011-2017 ForgeRock AS.