public interface IBasicLTIAdapter
An adapter is essentially a processor that takes data and processes it according to the requirements of the provider_type. Each Basic LTI provider_type may have specific requirements. When the portlet is configured, the provider_type is supplied as part of the configuration. The portlet checks this and calls the appropriate adapter.
To create a new adapter, identify the requirements of your provider.
Things to consider:
If yes, create an adapter that does these things by extending AbstractAdapter (which implement this class for you) and wire it up in portlet.xml.
Note: You must always add the default set of Basic LTI parameters from AbstractAdapter
Copyright © 2010-2013 Division of Information, Australian National University. All Rights Reserved.