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

com.healthy.common.security.constant.UserInfoFiledNameConstants Maven / Gradle / Ivy

package com.healthy.common.security.constant;

/**
 * @author xm.z
 */
public final class UserInfoFiledNameConstants {

	private UserInfoFiledNameConstants() {
	}

	/**
	 * 用户ID
	 */
	public static final String USER_ID = "userId";

	/**
	 * 用户类型
	 */
	public static final String TYPE = "type";

	/**
	 * 用户组织ID
	 */
	public static final String ORGANIZATION_ID = "organizationId";

	/**
	 * 用户名
	 */
	public static final String USERNAME = "username";

	/**
	 * 用户昵称
	 */
	public static final String NICKNAME = "nickname";

	/**
	 * 用户头像地址
	 */
	public static final String AVATAR = "avatar";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy