Package org.keycloak.vault
package org.keycloak.vault
-
ClassDescriptionA
CharBufferbased representation of the secret obtained from the vault that supports automated cleanup of memory.VaultKeyResolveris aBiFunctionwhose implementation of theBiFunction.apply(Object, Object)method takes twoStrings representing the realm name and the key name (as used in${vault.key}expressions) and returns anotherStringrepresenting the final constructed key that is to be used when obtaining secrets from the vault.Provider interface for a vault.Raw representation of the secret obtained from vault that supports automated cleanup of memory.SPI for a low-level vault access.AStringbased representation of the secret obtained from the vault that supports automated cleanup of memory.A facade to the configured vault provider that exposes utility methods for obtaining the vault secrets in different formats (such asVaultRawSecret,VaultCharSecretorVaultStringSecret).