public interface DefaultAuthorityController extends AuthorityController<Authority>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearCustomAuthorityOfExpandType(java.lang.String customId,
int expandType)
清除该自定义角色下指定类型的权限
|
void |
clearDepAuthorityOfExpandType(java.lang.String departmentId,
java.lang.String postId,
int expandType)
清除该部门职务下指定类型的权限
|
void |
clearUserAuthorityOfExpandType(java.lang.String userId,
int expandType)
清除该用户下指定类型的权限
|
clearCustomAuthorityValue, clearCustomAuthorityValue, clearDepAuthorityValue, clearDepAuthorityValue, clearUserAuthorityValue, clearUserAuthorityValue, doesUserHaveAuthority, findAuthorityRecord, findAuthorityRecord, findAuthorityTree, findByCustomRole, findByCustomRole, findByCustomRole, findByDepartment, findByDepartmentAndPost, findByDepartmentAndPost, findByRootDepartment, findByUser, findByUser, findByUser, findByUser, findChildren, findParent, findRawByCustomRole, findRawByDepartmentAndPost, findRawByUser, overwriteAuthorityRecord, removeRecursive, setCustomAuthorityValue, setCustomAuthorityValue, setDepAuthorityValue, setDepAuthorityValue, setDepAuthorityValue, setUserAuthorityValue, setUserAuthorityValue, updateExpandDataadd, find, findOne, findWithTotalCount, getById, remove, remove, updatevoid clearUserAuthorityOfExpandType(java.lang.String userId,
int expandType)
throws java.lang.Exception
userId - 用户idexpandType - 扩展类型java.lang.Exceptionvoid clearCustomAuthorityOfExpandType(java.lang.String customId,
int expandType)
throws java.lang.Exception
customId - 部门idexpandType - 扩展类型java.lang.Exceptionvoid clearDepAuthorityOfExpandType(java.lang.String departmentId,
java.lang.String postId,
int expandType)
throws java.lang.Exception
departmentId - 部门idpostId - 职务idexpandType - 扩展类型java.lang.Exception