This app has been archived

You may still get support information and download previous versions of this app. Learn more.
Last modified 2011-11-28 0 downloads By University of Helsinki

Support

To learn more about the app, you should:


    If you are a developer, you can help fix the problem yourself by:

    Description

    This is an XML-RPC plugin for confluence. It's used for our moodle-wiki integration and it provides only one function.

    Function getPermSpaces (String token, String username, String permission) receives username and permission as parameters and returns spacekey - spacename
    pairs for all spaces where the user in question has given rights.

    Publishes itself in http://www.yoursercer/rpc/xmlrpc like every other XML-RPC service. It has service path of unihelrpc by default.
    So for example getPermSpaces would be called with unihelrpc.getPermSpaces and login unihelrpc.login.
    More information can be found at http://confluence.atlassian.com/display/DOC/RPC+Plugins

    You should be able to extend this plugin relatively easy.

    Version history