Uses of Interface
org.keycloak.vault.VaultCharSecret
Packages that use VaultCharSecret
-
Uses of VaultCharSecret in org.keycloak.vault
Classes in org.keycloak.vault that implement VaultCharSecretModifier and TypeClassDescriptionclass
DefaultVaultCharSecret
implementation based onCharBuffer
.Methods in org.keycloak.vault that return VaultCharSecretModifier and TypeMethodDescriptionstatic VaultCharSecret
DefaultVaultCharSecret.forBuffer
(Optional<CharBuffer> buffer) DefaultVaultTranscriber.getCharSecret
(String value) VaultTranscriber.getCharSecret
(String value) Obtains the secret represented as aVaultCharSecret
from the vault that matches the entry in the specified value string.