类 AuthLoginUser
java.lang.Object
xyz.raylab.support.auth.DefaultLoginUser
xyz.raylab.authorizationserver.auth.domain.model.AuthLoginUser
- 所有已实现的接口:
xyz.raylab.support.auth.LoginUser
public class AuthLoginUser
extends xyz.raylab.support.auth.DefaultLoginUser
登录用户
- 作者:
- ray_kwan
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static xyz.raylab.support.auth.LoginUserbuild(SystemUser systemUser, List<String> permissions) 从类继承的方法 xyz.raylab.support.auth.DefaultLoginUser
getCellphoneNumber, getEmail, getGender, getId, getName, getPermissions, getUsername
-
构造器详细资料
-
AuthLoginUser
-
-
方法详细资料
-
build
public static xyz.raylab.support.auth.LoginUser build(SystemUser systemUser, List<String> permissions)
-