public class OpenApiLoginUser extends cn.watsontech.webhelper.common.security.LoginUser implements OpenApiParams
| 构造器和说明 |
|---|
OpenApiLoginUser() |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<? extends org.springframework.security.core.GrantedAuthority> |
getAuthorities() |
String |
getAvatarUrl() |
Boolean |
getCredentialsExpired() |
Boolean |
getEnabled() |
Boolean |
getExpired() |
Long |
getId() |
Boolean |
getLocked() |
String |
getMobile() |
String |
getNickName() |
String |
getPassword() |
Set<cn.watsontech.webhelper.common.vo.PrinciplePermissionVo> |
getPermissions() |
Set<cn.watsontech.webhelper.common.vo.PrincipleRoleVo> |
getRoles() |
int |
getUnreadMessages() |
Long |
getUserId() |
String |
getUsername() |
String |
getUserName() |
cn.watsontech.webhelper.common.security.IUserType |
getUserType() |
void |
setUserId(Long userId) |
void |
setUserName(String userName) |
void |
setUserType(String userType) |
getFullName, getName, getVersion, hasAllPermissions, hasAllRoles, hasAnyPermission, hasAnyRole, hasPermission, hasPermission, hasRole, hasRole, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, isVerified, setPermissions, setRoles, setUnreadMessagespublic Long getId()
getId 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic cn.watsontech.webhelper.common.security.IUserType getUserType()
getUserType 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic void setUserType(String userType)
public Long getUserId()
public void setUserId(Long userId)
public String getUserName()
public void setUserName(String userName)
public String getMobile()
getMobile 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic String getUsername()
getUsername 在接口中 org.springframework.security.core.userdetails.UserDetailspublic 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.LoginUserpublic int getUnreadMessages()
getUnreadMessages 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic Set<cn.watsontech.webhelper.common.vo.PrincipleRoleVo> getRoles()
getRoles 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic Set<cn.watsontech.webhelper.common.vo.PrinciplePermissionVo> getPermissions()
getPermissions 在类中 cn.watsontech.webhelper.common.security.LoginUserpublic Collection<? extends org.springframework.security.core.GrantedAuthority> getAuthorities()
getAuthorities 在接口中 org.springframework.security.core.userdetails.UserDetailsgetAuthorities 在类中 cn.watsontech.webhelper.common.security.LoginUserCopyright © 2021. All rights reserved.