Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The plugin recognizes the following HTTP requests:

UriParameterContainerDescription
/rpc/rest/securityMapper/hi  Uri used to test if the web service is up.
/rpc/rest/securityMapper/space/{id}intSpaceFetch the permissions of the space identify by the id.
/rpc/rest/securityMapper/blog/{id}intBlogFetch the permissions of the blog identify by the id.
/rpc/rest/securityMapper/group/{id}intSpaceFetch the permissions of the group identify by the id.

 

Plugin Output example

...

Panel
titleExample
<ns2:getSpacePermResponse xmlns:ns2="http://webservice.searchtechnologies.jivesoftware.com/">
    <return>
        <?xml version="1.0" encoding="UTF-8"?>
        <acls>
            <acl access="allow" entity="group" name="All Registered Users" scope="global" sid="-2" sidType="4"/>
            <acl access="allow" entity="group" name="All Guest Users" scope="global" sid="-3" sidType="4"/>
        </acls>
    </return>
</ns2:getSpacePermResponse>