zoukankan      html  css  js  c++  java
  • 二十七,Geoserver 用户和组(/roles)

    安全角色的组织

    /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:将特定角色服务中的角色与组解除关联

  • 相关阅读:
    android之APN
    Simple XML
    Retrofit – Java(Android) 的REST 接口封装类库
    Android 删除短信
    解决android:background背景图片被拉伸问题
    人分三等,你是哪一等?
    将android中的sample例子到eclipse中
    linux内存管理
    Android 使用android-support-multidex解决Dex超出方法数的限制问题,让你的应用不再爆棚(转)
    使用maven创建web项目
  • 原文地址:https://www.cnblogs.com/chenjq0717/p/12437329.html
Copyright © 2011-2022 走看看