| Class | Description |
|---|---|
| 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. |
| Exception | Description |
|---|---|
| VaultNotFoundException |
Thrown when a vault directory doesn't exist.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.