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 javax|jakarta.annotation.Priority annotation. The lowest priority implementation found is the one used.
Since:
3.3.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • configure

      void configure()