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