Interface SystemPropertiesSource


  • public interface SystemPropertiesSource
    Service Provider Interface (SPI) for sourcing Java system properties at Connect2id server startup. The system properties can be used to override selected or all Connect2id server configuration properties.
    • Method Detail

      • getProperties

        Properties getProperties()
        Returns properties to be merged into the existing Java system properties at Connect2id server startup.
        Returns:
        The properties.