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

java.lang.Object
  extended by au.edu.anu.portal.portlets.basiclti.adapters.AbstractAdapter
      extended by au.edu.anu.portal.portlets.basiclti.adapters.PeoplesoftAdapter
All Implemented Interfaces:
IBasicLTIAdapter

public class PeoplesoftAdapter
extends AbstractAdapter

This adapter enforces the user_id to be all uppercase, as required by PeopleSoft

Author:
Steve Swinsburg (steve.swinsburg@anu.edu.au)

Constructor Summary
PeoplesoftAdapter()
           
 
Method Summary
 Map<String,String> processLaunchData(Map<String,String> params)
          Modify the map of params to uppercase the user_id and replace it
 
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

PeoplesoftAdapter

public PeoplesoftAdapter()
Method Detail

processLaunchData

public Map<String,String> processLaunchData(Map<String,String> params)
Modify the map of params to uppercase the user_id and replace it

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.