Package org.pac4j.saml.util
Interface ConfigurationManager
-
- All Known Implementing Classes:
DefaultConfigurationManager
public interface ConfigurationManager
A Java service provider API hook to allow configuration of OpenSAML. Implementations should include aPriority
annotation. The lowest priority implementation found is the one used.- Since:
- 3.3.0
- See Also:
ServiceLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure()
-