public class ConnectionAuthorityOperator extends java.lang.Object implements AuthorityOperatorProvider<ConnectionAuthority>
| 构造器和说明 |
|---|
ConnectionAuthorityOperator() |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthorityController<ConnectionAuthority> |
createAuthorityController(ControllerSession session,
PersonnelController personnelController)
创建权限控制器
|
java.lang.Class<ConnectionAuthority> |
getAuthorityDataClass()
获取权限数据类
|
int |
getAuthorityEntityType()
获取权限实体类型,内置权限实体表为0
|
java.lang.Class<? extends AuthorityController<ConnectionAuthority>> |
getControllerInterfaceClass()
获取控制器所实现的接口类
|
public int getAuthorityEntityType()
AuthorityOperatorProvidergetAuthorityEntityType 在接口中 AuthorityOperatorProvider<ConnectionAuthority>public java.lang.Class<? extends AuthorityController<ConnectionAuthority>> getControllerInterfaceClass()
AuthorityOperatorProvidergetControllerInterfaceClass 在接口中 AuthorityOperatorProvider<ConnectionAuthority>public java.lang.Class<ConnectionAuthority> getAuthorityDataClass()
AuthorityOperatorProvidergetAuthorityDataClass 在接口中 AuthorityOperatorProvider<ConnectionAuthority>public AuthorityController<ConnectionAuthority> createAuthorityController(ControllerSession session, PersonnelController personnelController)
AuthorityOperatorProvidercreateAuthorityController 在接口中 AuthorityOperatorProvider<ConnectionAuthority>session - 控制器会话personnelController - 人员管理控制器(某些扩展权限控制器会操作用户、部门、职务、自定义角色)BaseAuthorityController