| Constructor and Description |
|---|
GoogleAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.social.connect.UserProfile |
fetchUserProfile(Google google) |
void |
setConnectionValues(Google google,
org.springframework.social.connect.ConnectionValues values) |
boolean |
test(Google google) |
void |
updateStatus(Google google,
java.lang.String message) |
public boolean test(Google google)
test in interface org.springframework.social.connect.ApiAdapter<Google>public void setConnectionValues(Google google, org.springframework.social.connect.ConnectionValues values)
setConnectionValues in interface org.springframework.social.connect.ApiAdapter<Google>public org.springframework.social.connect.UserProfile fetchUserProfile(Google google)
fetchUserProfile in interface org.springframework.social.connect.ApiAdapter<Google>