Class SecretServiceConfig

java.lang.Object
com.atlassian.secrets.service.config.SecretServiceConfig

public class SecretServiceConfig extends Object
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.