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

com.gitee.easyopen.auth.OpenUser Maven / Gradle / Ivy

package com.gitee.easyopen.auth;

import java.io.Serializable;

/**
 * 如果要使用oauth2功能,自己的用户类需要实现这个对象
 *
 * @author tanghc
 */
public interface OpenUser extends Serializable {
    /**
     * 返回用户名
     *
     * @return 返回用户名
     */
    String getUsername();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy