Uses of Package
org.keycloak.vault
-
Packages that use org.keycloak.vault Package Description org.keycloak.models org.keycloak.models.map.datastore org.keycloak.services org.keycloak.vault -
Classes in org.keycloak.vault used by org.keycloak.models Class Description VaultTranscriber A facade to the configured vault provider that exposes utility methods for obtaining the vault secrets in different formats (such asVaultRawSecret
,VaultCharSecret
orVaultStringSecret
). -
Classes in org.keycloak.vault used by org.keycloak.models.map.datastore Class Description VaultTranscriber A facade to the configured vault provider that exposes utility methods for obtaining the vault secrets in different formats (such asVaultRawSecret
,VaultCharSecret
orVaultStringSecret
). -
Classes in org.keycloak.vault used by org.keycloak.services Class Description VaultTranscriber A facade to the configured vault provider that exposes utility methods for obtaining the vault secrets in different formats (such asVaultRawSecret
,VaultCharSecret
orVaultStringSecret
). -
Classes in org.keycloak.vault used by org.keycloak.vault Class Description AbstractVaultProvider Abstract class that is meant to be extended by implementations ofVaultProvider
that want to have support for key resolvers.AbstractVaultProviderFactory Abstract class that is meant to be extended by implementations ofVaultProviderFactory
that want to offer support for the configuration of key resolvers.AbstractVaultProviderFactory.AvailableResolvers Enum containing the availableVaultKeyResolver
s.VaultCharSecret ACharBuffer
based representation of the secret obtained from the vault that supports automated cleanup of memory.VaultKeyResolver 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.VaultProvider Provider interface for a vault.VaultProviderFactory VaultRawSecret Raw representation of the secret obtained from vault that supports automated cleanup of memory.VaultStringSecret AString
based representation of the secret obtained from the vault that supports automated cleanup of memory.VaultTranscriber A facade to the configured vault provider that exposes utility methods for obtaining the vault secrets in different formats (such asVaultRawSecret
,VaultCharSecret
orVaultStringSecret
).