Class | Description |
---|---|
AbstractVaultProvider |
Abstract class that is meant to be extended by implementations of
VaultProvider that want to have support for
key resolvers. |
AbstractVaultProviderFactory |
Abstract class that is meant to be extended by implementations of
VaultProviderFactory that want to offer support
for the configuration of key resolvers. |
DefaultVaultCharSecret |
Default
VaultCharSecret implementation based on CharBuffer . |
DefaultVaultRawSecret |
Default raw secret implementation for
byte[] . |
DefaultVaultStringSecret |
Default
VaultCharSecret implementation based on String . |
DefaultVaultTranscriber |
Default
VaultTranscriber implementation that uses the configured VaultProvider to obtain raw secrets
and convert them into other types. |
FilesPlainTextVaultProvider |
A text-based vault provider, which stores each secret in a separate file.
|
FilesPlainTextVaultProviderFactory |
Creates and configures
FilesPlainTextVaultProvider . |
Enum | Description |
---|---|
AbstractVaultProviderFactory.AvailableResolvers |
Enum containing the available
VaultKeyResolver s. |
Exception | Description |
---|---|
VaultConfigurationException |
This exception is thrown when the factory fails to init due to a configuration error.
|
VaultNotFoundException |
Thrown when a vault directory doesn't exist.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.