Interface ConfigurationManager

  • All Known Implementing Classes:
    DefaultConfigurationManager

    public interface ConfigurationManager
    A Java service provider API hook to allow configuration of OpenSAML. Implementations should include a Priority annotation. The lowest priority implementation found is the one used.
    Since:
    3.3.0
    See Also:
    ServiceLoader
    • Method Detail

      • configure

        void configure()