安全角色的组织

/security/roles

Get: 查询所有角色列表

 

/security/roles/user/{user}

Get: 查询指定用户所具备的角色列表

 

/security/roles/group/{group}

Get: 查询指定用户组所具备的角色列表

 

/security/roles/service/{serviceName}/roles/

Get: 查询特定角色服务中的所有角色

 

/security/roles/service/{serviceName}/user/{user}

Get: 查询特定角色服务中用户的所有角色

 

/security/roles/service/{serviceName}/group/{group}

Get: 查询特定角色服务中组的所有角色

 

/security/roles/role/{role}

Post: 在默认角色服务中添加角色

Delete:在默认角色服务中删除角色

 

/security/roles/role/{role}/user/{user}

Post:将默认角色服务中的现有角色与用户关联

Delete:将默认角色服务中的角色与用户解除关联

 

 

/security/roles/role/{role}/group/{group}

Post:将默认角色服务中的现有角色与组关联

Delete:将默认角色服务中的角色与组解除关联

 

 

 

/security/service/{serviceName}/role/{role}

Post:在特定角色服务中添加角色

Delete:删除特定角色服务中的角色

 

 

/security/service/{serviceName}/roles/role/{role}/user/{user}

Post:将特定角色服务中的现有角色与用户关联

Delete:将特定角色服务中的角色与用户解除关联

 

 

/security/service/{serviceName}/roles/role/{role}/group/{group}

Post:将特定角色服务中的现有角色与组关联

Delete:将特定角色服务中的角色与组解除关联

相关文章:

  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2022-01-25
  • 2021-11-11
  • 2021-08-07
  • 2021-11-28
  • 2021-06-18
猜你喜欢
  • 2022-01-23
  • 2021-05-29
  • 2022-01-19
  • 2022-01-14
  • 2021-07-13
  • 2022-12-23
  • 2021-08-11
相关资源
相似解决方案