Class GoogleConnectionFactory
- java.lang.Object
-
- org.springframework.social.connect.ConnectionFactory<S>
-
- org.springframework.social.connect.support.OAuth2ConnectionFactory<Google>
-
- org.springframework.social.google.connect.GoogleConnectionFactory
-
public class GoogleConnectionFactory extends org.springframework.social.connect.support.OAuth2ConnectionFactory<Google>
Google ConnectionFactory implementation.- Author:
- Gabriel Axel
-
-
Constructor Summary
Constructors Constructor Description GoogleConnectionFactory(String clientId, String clientSecret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringextractProviderUserId(org.springframework.social.oauth2.AccessGrant accessGrant)-
Methods inherited from class org.springframework.social.connect.support.OAuth2ConnectionFactory
createConnection, createConnection, generateState, getOAuthOperations, getScope, setScope, supportsStateParameter
-
-