Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.vault |
Class and Description |
---|
VaultTranscriber
A facade to the configured vault provider that exposes utility methods for obtaining the vault secrets in different
formats (such as
VaultRawSecret , VaultCharSecret or VaultStringSecret ). |
Class and Description |
---|
VaultCharSecret
A
CharBuffer based representation of the secret obtained from the vault that supports automated cleanup of memory. |
VaultRawSecret
Raw representation of the secret obtained from vault that supports automated cleanup of memory.
|
VaultStringSecret
A
String based representation of the secret obtained from the vault that supports automated cleanup of memory. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.