org.springframework.social.alfresco.connect
Class AlfrescoConnectionFactory

java.lang.Object
  extended by org.springframework.social.connect.ConnectionFactory<S>
      extended by org.springframework.social.connect.support.OAuth2ConnectionFactory<Alfresco>
          extended by org.springframework.social.alfresco.connect.AlfrescoConnectionFactory

public class AlfrescoConnectionFactory
extends org.springframework.social.connect.support.OAuth2ConnectionFactory<Alfresco>

Author:
jottley

Constructor Summary
AlfrescoConnectionFactory(String consumerKey, String consumerSecret)
          An ApiAdapter that bridges between the connection and the API client
 
Method Summary
 
Methods inherited from class org.springframework.social.connect.support.OAuth2ConnectionFactory
createConnection, createConnection, extractProviderUserId, getOAuthOperations
 
Methods inherited from class org.springframework.social.connect.ConnectionFactory
getApiAdapter, getProviderId, getServiceProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlfrescoConnectionFactory

public AlfrescoConnectionFactory(String consumerKey,
                                 String consumerSecret)
An ApiAdapter that bridges between the connection and the API client

Parameters:
consumerKey - - Alfresco Api Key
consumerSecret - - Alfresco Key Secret


Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.