接口 AuthorizationApi
-
@Validated @Deprecated public interface AuthorizationApi
已过时。权限管理组件- 从以下版本开始:
- 9.6.0
- 作者:
- dingzhaojun, qinman, mengjuhua
- Date:
- 2022/2/10
-
-
方法详细资料
-
save
@PostMapping("/save") void save(@RequestParam("tenantId") @NotBlank @NotBlank String tenantId, @RequestParam("personId") @NotBlank @NotBlank String personId, @RequestParam("resourceId") @NotBlank @NotBlank String resourceId, @RequestParam("roleId") @NotBlank @NotBlank String roleId, @RequestParam("authority") Integer authority)已过时。保存授权信息- 参数:
tenantId- 租户idpersonId- 人员idresourceId- 资源idroleId- 角色idauthority- 操作类型AuthorityEnum- 从以下版本开始:
- 9.6.0
-
-