Package | Description |
---|---|
org.keycloak.vault |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVaultStringSecret
Default
VaultCharSecret implementation based on String . |
Modifier and Type | Method and Description |
---|---|
static VaultStringSecret |
DefaultVaultStringSecret.forString(Optional<String> secret) |
VaultStringSecret |
DefaultVaultTranscriber.getStringSecret(String value) |
VaultStringSecret |
VaultTranscriber.getStringSecret(String value)
Obtains the secret represented as a
String from the vault that matches the entry in the specified value. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.