au.edu.anu.portal.portlets.basiclti.adapters
Class SakaiAdapter

java.lang.Object
  extended by au.edu.anu.portal.portlets.basiclti.adapters.AbstractAdapter
      extended by 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)

Constructor Summary
SakaiAdapter()
           
 
Method Summary
 Map<String,String> processLaunchData(Map<String,String> params)
          Modifies the map of params to append the tool_id to the endpoint URL.
 
Methods inherited from class au.edu.anu.portal.portlets.basiclti.adapters.AbstractAdapter
getDefaultParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SakaiAdapter

public SakaiAdapter()
Method Detail

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.