mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-05-20 23:13:25 +08:00
权限功能模块
提供用户,角色,权限管理
授权
AuthorizationController
仅进行基础授权,通过触发AuthorizationListener,进行自定义控制逻辑.详细方式见:hsweb-authorization-api
权限设置
AuthorizationSettingService 提供通用的权限设置,可在想要的地方进行设置, 然后将用户支持的设置类型提供给AuthorizationSettingTypeSupplier,在初始化权限的时候,即可对相应的设置进行初始化.