Uses of Package
org.keycloak.vault
-
ClassDescriptionA facade to the configured vault provider that exposes utility methods for obtaining the vault secrets in different formats (such as
VaultRawSecret
,VaultCharSecret
orVaultStringSecret
). -
ClassDescriptionA facade to the configured vault provider that exposes utility methods for obtaining the vault secrets in different formats (such as
VaultRawSecret
,VaultCharSecret
orVaultStringSecret
). -
ClassDescriptionA facade to the configured vault provider that exposes utility methods for obtaining the vault secrets in different formats (such as
VaultRawSecret
,VaultCharSecret
orVaultStringSecret
). -
ClassDescriptionAbstract class that is meant to be extended by implementations of
VaultProvider
that want to have support for key resolvers.Abstract class that is meant to be extended by implementations ofVaultProviderFactory
that want to offer support for the configuration of key resolvers.Enum containing the availableVaultKeyResolver
s.ACharBuffer
based representation of the secret obtained from the vault that supports automated cleanup of memory.VaultKeyResolver
is aBiFunction
whose implementation of theBiFunction.apply(Object, Object)
method takes twoString
s representing the realm name and the key name (as used in${vault.key}
expressions) and returns anotherString
representing 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.AString
based 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
,VaultCharSecret
orVaultStringSecret
).