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

cloud.agileframework.security.provider.LogoutProcessorProvider Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package cloud.agileframework.security.provider;

/**
 * @author 佟盟
 * 日期 2019/10/11 14:24
 * 描述 帐号退出以后调用
 * @version 1.0
 * @since 1.0
 */
public interface LogoutProcessorProvider {
    /**
     * 退出之后
     *
     * @param username 帐号
     * @param token    身份令牌
     */
    void after(String username, String token);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy