Interface ConfigurationManager

  • All Known Implementing Classes:
    DefaultConfigurationManager
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    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()