Package com.linecorp.centraldogma.server
Interface ConfigValueConverter
public interface ConfigValueConverter
A converter that converts a value of certain configuration properties in
CentralDogmaConfig
.
Here is the list of the properties that this converter supports:
replication.secret
tls.keyCertChain
tls.key
tls.keyPassword
authentication.properties.keyStore.password
(when SAML is used)authentication.properties.keyStore.keyPasswords
(when SAML is used)
-
Method Summary
-
Method Details
-
supportedPrefixes
Returns the list of prefixes of the properties that this converter supports. -
convert
Returns the converted value of the property. It must not returnnull
.
-