au.edu.anu.portal.portlets.basiclti.adapters
Class SakaiAdapter
java.lang.Object
au.edu.anu.portal.portlets.basiclti.adapters.AbstractAdapter
au.edu.anu.portal.portlets.basiclti.adapters.SakaiAdapter
- All Implemented Interfaces:
- IBasicLTIAdapter
public class SakaiAdapter
- extends AbstractAdapter
This adapter processes the endpoint_url to append the tool_id to the end.
It also sets an additional property to send the user_id
- Author:
- Steve Swinsburg (steve.swinsburg@anu.edu.au)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SakaiAdapter
public SakaiAdapter()
processLaunchData
public Map<String,String> processLaunchData(Map<String,String> params)
- Modifies the map of params to append the tool_id to the endpoint URL.
Also adds an additional property to signal we are sending the eid instead of the uuid
- Specified by:
processLaunchData in interface IBasicLTIAdapter- Specified by:
processLaunchData in class AbstractAdapter
- Parameters:
params - map of launch data params
- Returns:
- the map, modified
Copyright © 2010-2012 Division of Information, Australian National University. All Rights Reserved.