Class SecretServiceConfig
java.lang.Object
com.atlassian.secrets.service.config.SecretServiceConfig
This class represents the configuration of the Secret Service.
It is a POJO representation of the Secrets-config.yaml file.
The class contains fields for the default backend and a map of backend configurations.
If there are unknown properties in the config file, they are going to be ignored.
-
Constructor Summary
ConstructorsConstructorDescriptionSecretServiceConfig(String defaultBackend, Map<String, BackendConfig> backends) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SecretServiceConfig
-
-
Method Details
-
getDefaultBackend
-
getBackends
-