Files
hsweb-framework/hsweb-system/hsweb-system-authorization
zhou-hao 21d3848f51 fix bugs
2017-12-01 01:51:14 +08:00
..
2017-03-04 14:15:45 +08:00
2017-06-08 18:10:50 +08:00

权限功能模块

提供用户,角色,权限管理

授权

AuthorizationController 仅进行基础授权,通过触发AuthorizationListener,进行自定义控制逻辑.详细方式见:hsweb-authorization-api

权限设置

AuthorizationSettingService 提供通用的权限设置,可在想要的地方进行设置, 然后将用户支持的设置类型提供给AuthorizationSettingTypeSupplier,在初始化权限的时候,即可对相应的设置进行初始化.