Class SslConfigPropertySource

    • Constructor Detail

      • SslConfigPropertySource

        public SslConfigPropertySource​(SslConfig config)
        Creates a new ssl config property source using the default properties file.
        Parameters:
        config - ssl config to invoke properties on
      • SslConfigPropertySource

        public SslConfigPropertySource​(SslConfig config,
                                       String... paths)
        Creates a new ssl config property source.
        Parameters:
        config - ssl config to invoke properties on
        paths - to read properties from
      • SslConfigPropertySource

        public SslConfigPropertySource​(SslConfig config,
                                       Reader... readers)
        Creates a new ssl config property source.
        Parameters:
        config - ssl config to invoke properties on
        readers - to read properties from
      • SslConfigPropertySource

        public SslConfigPropertySource​(SslConfig config,
                                       Properties props)
        Creates a new ssl config property source.
        Parameters:
        config - ssl config to invoke properties on
        props - to read properties from
      • SslConfigPropertySource

        public SslConfigPropertySource​(SslConfig config,
                                       PropertySource.PropertyDomain domain,
                                       Properties props)
        Creates a new ssl config property source.
        Parameters:
        config - ssl config to invoke properties on
        domain - that properties are in
        props - to read properties from
    • Method Detail

      • initialize

        public void initialize()
        Description copied from interface: PropertySource
        Initializes the object for this property source.
      • getProperties

        public static Set<String> getProperties()
        Returns the property names for this property source.
        Returns:
        all property names