All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pac4j.saml.util.ConfigurationManager Maven / Gradle / Ivy

package org.pac4j.saml.util;

/**
 * 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.
 *
 * @see java.util.ServiceLoader
 *
 * @since 3.3.0
 */
@FunctionalInterface
public interface ConfigurationManager {
    void configure();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy