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

mtons.pojos.UserProfile Maven / Gradle / Ivy

/*
+--------------------------------------------------------------------------
|   mtons [#RELEASE_VERSION#]
|   ========================================
|   Copyright (c) 2014, 2015 mtons. All Rights Reserved
|   http://www.mtons.com
|
+---------------------------------------------------------------------------
*/
package mtons.pojos;

import java.io.Serializable;

/**
 * User base
 * @author langhsu
 */
public interface UserProfile extends Serializable {
    /**
     * SESSION KEY
     */
    String PROFILE_KEY = "subject";

    /**
     * 获取用户ID
     * @return userId
     */
    long getId();

    /**
     * 获取用户名
     * @return username
     */
    String getUsername();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy