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

org.paranora.ssoc.configuration.ShiroConfigurer Maven / Gradle / Ivy

package org.paranora.ssoc.configuration;

/**
 * The interface Shiro configurer.
 *
 * @param  the type parameter
 */
public interface ShiroConfigurer {

    /**
     * Configure.
     *
     * @param config the config
     */
    void configure(T config);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy