| AbstractSecretCallbackHandler |
A Base SecretCallbackHandler
This expose API to handle SingleSecretCallback and all other functionality
is implemented by itself
|
| MultiSecretCallback |
Represents group of any number of Callbacks - group means, they provide secret for a one use
|
| SecretCallbackHandlerFactory |
Contains factory methods to create SecretCallbackHandler
|
| SecretInformation |
Encapsulates the All information related to a DataSource
TODO - properly remove SecretResolve instances
|
| SecretInformationFactory |
Factory to create a DataSourceInformation based on given properties
|
| SecretLoadingModule |
Loads the secret on behalf of applications
|
| SecretManager |
Entry point for manage secrets
|
| SingleSecretCallback |
A single secret callback that can be used to collect a single secret
|