| 限定符和类型 | 方法和说明 |
|---|---|
Role |
getByAlias(String alias) |
List<Role> |
getListByAccount(String account)
根据用户账号获取角色列表
|
List<Role> |
getListByUserId(String userId)
根据用户ID获取角色列表
|
boolean |
isRoleExist(Role role)
判断角色系统中是否存在。
|
Copyright © 2018. All rights reserved.