com.googlecode.googleplus.core
Class GooglePlusConnectionFactory
java.lang.Object
org.springframework.social.connect.ConnectionFactory<S>
org.springframework.social.connect.support.OAuth2ConnectionFactory<Plus>
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))
| 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 |
GooglePlusConnectionFactory
public GooglePlusConnectionFactory(String clientId,
String consumerSecret)
Copyright © 2014. All Rights Reserved.