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

com.github.shawven.security.connect.ConnectConfigurerProcessor Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package com.github.shawven.security.connect;

/**
 * 社交配置器的处理器 不同环境下的社交配置不一样
 *
 * @author Shoven
 * @since 2019-04-20 15:32
 */
public interface ConnectConfigurerProcessor {

    /**
     * 处理配置器
     *
     * @param configurer
     */
    void proceed(ConnectConfigurer configurer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy