Package | Description |
---|---|
org.keycloak.vault |
Modifier and Type | Field and Description |
---|---|
protected List<VaultKeyResolver> |
AbstractVaultProviderFactory.keyResolvers |
protected List<VaultKeyResolver> |
AbstractVaultProvider.resolvers |
Modifier and Type | Method and Description |
---|---|
protected VaultKeyResolver |
AbstractVaultProviderFactory.getFactoryResolver()
Obtains the
VaultKeyResolver implementation that is provided by the factory itself. |
Constructor and Description |
---|
AbstractVaultProvider(String realm,
List<VaultKeyResolver> configuredResolvers)
Creates an instance of
AbstractVaultProvider with the specified realm and list of key resolvers. |
FilesPlainTextVaultProvider(Path path,
String realmName,
List<VaultKeyResolver> resolvers)
Creates a new
FilesPlainTextVaultProvider . |
Copyright © 2020 JBoss by Red Hat. All rights reserved.