Package | Description |
---|---|
org.keycloak.vault |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVaultRawSecret
Default raw secret implementation for
byte[] . |
Modifier and Type | Method and Description |
---|---|
static VaultRawSecret |
DefaultVaultRawSecret.forBuffer(Optional<ByteBuffer> buffer) |
VaultRawSecret |
VaultTranscriber.getRawSecret(String value)
Obtains the raw secret from the vault that matches the entry in the specified value string.
|
VaultRawSecret |
DefaultVaultTranscriber.getRawSecret(String value) |
VaultRawSecret |
VaultProvider.obtainSecret(String vaultSecretId)
Retrieves a secret from vault.
|
VaultRawSecret |
AbstractVaultProvider.obtainSecret(String vaultSecretId) |
protected VaultRawSecret |
FilesPlainTextVaultProvider.obtainSecretInternal(String vaultSecretId) |
protected abstract VaultRawSecret |
AbstractVaultProvider.obtainSecretInternal(String vaultKey)
Subclasses of
AbstractVaultProvider must implement this method. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.