@Component @ConfigurationProperties(value="cryptvault") public static class CryptVaultAutoConfiguration.CryptVaultConfigurationProperties extends Object
| Constructor and Description |
|---|
CryptVaultConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDefaultKey() |
List<CryptVaultAutoConfiguration.Key> |
getKeys() |
void |
setDefaultKey(Integer defaultKey) |
void |
setKeys(List<CryptVaultAutoConfiguration.Key> keys) |
public void setKeys(List<CryptVaultAutoConfiguration.Key> keys)
public void setDefaultKey(Integer defaultKey)
public List<CryptVaultAutoConfiguration.Key> getKeys()
public Integer getDefaultKey()
Copyright © 2021. All rights reserved.