| Method and Description |
|---|
| org.springframework.social.oauth2.OAuth2Template.refreshAccess(String, String, MultiValueMap<String, String>) |
| org.springframework.social.oauth2.OAuth2Operations.refreshAccess(String, String, MultiValueMap<String, String>)
Set the scope via additional parameters. This can be done conveniently user OAuth2Parameters.
|
| org.springframework.social.security.SocialAuthenticationFilter.requiresAuthentication(HttpServletRequest, HttpServletResponse) |
| org.springframework.social.connect.web.ConnectController.setInterceptors(List<ConnectInterceptor<?>>)
Use
ConnectController.setConnectInterceptors(List) instead. |
| Constructor and Description |
|---|
| org.springframework.social.connect.UserProfile(String, String, String, String, String)
Use other constructor instead
|