zhouhao ac6f781fb3 优化权限设置 il y a 7 ans
..
hsweb-system-authorization-controller 2e283c3052 调整权限 il y a 7 ans
hsweb-system-authorization-dao 2e283c3052 调整权限 il y a 7 ans
hsweb-system-authorization-entity 2e283c3052 调整权限 il y a 7 ans
hsweb-system-authorization-model 2e283c3052 调整权限 il y a 7 ans
hsweb-system-authorization-service ac6f781fb3 优化权限设置 il y a 7 ans
hsweb-system-authorization-starter 2e283c3052 调整权限 il y a 7 ans
README.md 8e3c103d9e 优化包名 il y a 8 ans
pom.xml 269367c655 优化权限控制方式 il y a 8 ans

README.md

权限功能模块

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

授权

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

权限设置

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