com.googlecode.googleplus.core
Class GooglePlusConnectionFactory

java.lang.Object
  extended by org.springframework.social.connect.ConnectionFactory<S>
      extended by org.springframework.social.connect.support.OAuth2ConnectionFactory<Plus>
          extended by com.googlecode.googleplus.core.GooglePlusConnectionFactory

public class GooglePlusConnectionFactory
extends org.springframework.social.connect.support.OAuth2ConnectionFactory<Plus>

For use in accordance with Section 2.2.3 ConnectionFactory instances of Spring Social documentation. When providing scopes, supply URLs from https://www.googleapis.com/discovery/v1/apis/oauth2/v2/rest?fields=auth(oauth2(scopes))


Constructor Summary
GooglePlusConnectionFactory(String clientId, String consumerSecret)
           
 
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

GooglePlusConnectionFactory

public GooglePlusConnectionFactory(String clientId,
                                   String consumerSecret)


Copyright © 2014. All Rights Reserved.