zhouhao fcb5880455 优化缓存策略 7 年之前
..
hsweb-system-authorization-controller 88b3a0f88e required=false -> UserTokenManager 7 年之前
hsweb-system-authorization-dao 53117bc4cc 优化动态表单 7 年之前
hsweb-system-authorization-entity 8c565d1ec5 优化验证逻辑 7 年之前
hsweb-system-authorization-model 2e283c3052 调整权限 7 年之前
hsweb-system-authorization-service fcb5880455 优化缓存策略 7 年之前
hsweb-system-authorization-starter 88b3a0f88e required=false -> UserTokenManager 7 年之前
README.md 8e3c103d9e 优化包名 8 年之前
pom.xml 269367c655 优化权限控制方式 8 年之前

README.md

权限功能模块

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

授权

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

权限设置

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