Package org.keycloak.vault
package org.keycloak.vault
-
ClassDescriptionAbstract class that is meant to be extended by implementations of
VaultProviderthat want to have support for key resolvers.Abstract class that is meant to be extended by implementations ofVaultProviderFactorythat want to offer support for the configuration of key resolvers.Enum containing the availableVaultKeyResolvers.DefaultVaultCharSecretimplementation based onCharBuffer.Default raw secret implementation forbyte[].DefaultVaultCharSecretimplementation based onString.DefaultVaultTranscriberimplementation that uses the configuredVaultProviderto obtain raw secrets and convert them into other types.A text-based vault provider, which stores each secret in a separate file.Creates and configuresFilesPlainTextVaultProvider.This exception is thrown when the factory fails to init due to a configuration error.Thrown when a vault directory doesn't exist.