au.edu.anu.portal.portlets.basiclti.adapters
Class PeoplesoftAdapter
java.lang.Object
au.edu.anu.portal.portlets.basiclti.adapters.AbstractAdapter
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeoplesoftAdapter
public PeoplesoftAdapter()
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.