* @param consumerKey - Alfresco Api Key
* @param consumerSecret - Alfresco Key Secret
*/
public AlfrescoServiceProvider(String consumerKey, String consumerSecret)
{
super(new OAuth2Template(consumerKey, consumerSecret, "https://api.alfresco.com/auth/oauth/versions/2/authorize", "https://api.alfresco.com/auth/oauth/versions/2/token"));
}