Class GoogleOAuth2Template
- java.lang.Object
-
- org.springframework.social.oauth2.OAuth2Template
-
- org.springframework.social.google.connect.GoogleOAuth2Template
-
- All Implemented Interfaces:
org.springframework.social.oauth2.OAuth2Operations
public class GoogleOAuth2Template extends org.springframework.social.oauth2.OAuth2TemplateGoogle-specific extension to OAuth2Template.- Author:
- Gabriel Axel
-
-
Constructor Summary
Constructors Constructor Description GoogleOAuth2Template(String clientId, String clientSecret)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.social.oauth2.AccessGrantpostForAccessGrant(String accessTokenUrl, org.springframework.util.MultiValueMap<String,String> parameters)-
Methods inherited from class org.springframework.social.oauth2.OAuth2Template
authenticateClient, authenticateClient, buildAuthenticateUrl, buildAuthenticateUrl, buildAuthorizeUrl, buildAuthorizeUrl, createAccessGrant, createRestTemplate, exchangeCredentialsForAccess, exchangeForAccess, getRestTemplate, refreshAccess, refreshAccess, setRequestFactory, setUseParametersForClientAuthentication
-
-