Uses of Interface
org.keycloak.vault.VaultProviderFactory
-
Packages that use VaultProviderFactory Package Description org.keycloak.vault -
-
Uses of VaultProviderFactory in org.keycloak.vault
Classes in org.keycloak.vault that implement VaultProviderFactory Modifier and Type Class Description class
AbstractVaultProviderFactory
Abstract class that is meant to be extended by implementations ofVaultProviderFactory
that want to offer support for the configuration of key resolvers.class
FilesPlainTextVaultProviderFactory
Creates and configuresFilesPlainTextVaultProvider
.
-