@Component @ConfigurationProperties(prefix="sts.keymanagement") @Validated public class KeyManagementConfigurationProperties extends Object implements KeyManagementProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyManagementConfigurationProperties.KeyStoreConfigurationProperties |
static class |
KeyManagementConfigurationProperties.PersistenceConfigurationProperties |
KeyManagementProperties.KeyStoreProperties, KeyManagementProperties.PersistenceProperties| Constructor and Description |
|---|
KeyManagementConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
KeyManagementProperties.KeyStoreProperties |
getKeystore() |
KeyManagementProperties.PersistenceProperties |
getPersistence() |
void |
setKeystore(KeyManagementConfigurationProperties.KeyStoreConfigurationProperties keystore) |
void |
setPersistence(KeyManagementConfigurationProperties.PersistenceConfigurationProperties persistence) |
public KeyManagementConfigurationProperties()
public KeyManagementProperties.PersistenceProperties getPersistence()
getPersistence in interface KeyManagementPropertiespublic void setPersistence(KeyManagementConfigurationProperties.PersistenceConfigurationProperties persistence)
public KeyManagementProperties.KeyStoreProperties getKeystore()
getKeystore in interface KeyManagementPropertiespublic void setKeystore(KeyManagementConfigurationProperties.KeyStoreConfigurationProperties keystore)
Copyright © 2019. All rights reserved.