public class OpenApiLoginUser extends cn.watsontech.webhelper.common.security.LoginUser implements OpenApiParams
| 构造器和说明 |
|---|
OpenApiLoginUser() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAvatarUrl() |
Boolean |
getCredentialsExpired() |
Boolean |
getEnabled() |
Boolean |
getExpired() |
Long |
getId() |
Boolean |
getLocked() |
String |
getMobile() |
String |
getNickName() |
String |
getPassword() |
Long |
getUserId() |
String |
getUsername() |
String |
getUserName() |
cn.watsontech.webhelper.common.security.IUserType |
getUserType() |
void |
setUserId(Long userId) |
void |
setUserName(String userName) |
public Long getId()
getId 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic cn.watsontech.webhelper.common.security.IUserType getUserType()
getUserType 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic String getMobile()
getMobile 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic String getUsername()
getUsername 在接口中 org.springframework.security.core.userdetails.UserDetailspublic Long getUserId()
public void setUserId(Long userId)
public String getUserName()
public void setUserName(String userName)
public Boolean getExpired()
getExpired 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic Boolean getLocked()
getLocked 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic Boolean getCredentialsExpired()
getCredentialsExpired 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic Boolean getEnabled()
getEnabled 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic String getNickName()
getNickName 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic String getAvatarUrl()
getAvatarUrl 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic String getPassword()
getPassword 在接口中 org.springframework.security.core.userdetails.UserDetailsgetPassword 在类中 cn.watsontech.webhelper.common.security.LoginUserCopyright © 2021. All rights reserved.