| Interface | Description |
|---|---|
| VaultCharSecret |
A
CharBuffer based representation of the secret obtained from the vault that supports automated cleanup of memory. |
| VaultKeyResolver |
VaultKeyResolver is a BiFunction whose implementation of the BiFunction.apply(Object, Object) method takes
two Strings representing the realm name and the key name (as used in ${vault.key} expressions) and returns
another String representing the final constructed key that is to be used when obtaining secrets from the vault. |
| VaultProvider |
Provider interface for a vault.
|
| VaultProviderFactory | |
| VaultRawSecret |
Raw representation of the secret obtained from vault that supports automated cleanup of memory.
|
| VaultStringSecret |
A
String based representation of the secret obtained from the vault that supports automated cleanup of memory. |
| VaultTranscriber |
A facade to the configured vault provider that exposes utility methods for obtaining the vault secrets in different
formats (such as
VaultRawSecret, VaultCharSecret or VaultStringSecret). |
| Class | Description |
|---|---|
| VaultSpi |
SPI for a low-level vault access.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.