public interface AbstractLoginUser
Modifier and Type | Method and Description |
---|---|
<T> T |
getAppId()
获取用户唯一id
|
<T> Set<T> |
getResourceUrls()
包含的资源权限url
|
<T> Set<T> |
getRoleCodes()
角色编码集合
|
<T> Set<T> |
getRoleIds()
获取角色id的集合
|
<T> T |
getUserUniqueId()
获取用户唯一id
|
Copyright © 2018. All rights reserved.