Uses of Interface
org.springframework.social.google.api.Google
-
Packages that use Google Package Description org.springframework.social.google.api.impl org.springframework.social.google.config.boot org.springframework.social.google.config.support Configuration support classes.org.springframework.social.google.connect Google service provider connection repository and API adapter implementations. -
-
Uses of Google in org.springframework.social.google.api.impl
Classes in org.springframework.social.google.api.impl that implement Google Modifier and Type Class Description classGoogleTemplateThe central class for interacting with Google APIs. -
Uses of Google in org.springframework.social.google.config.boot
Methods in org.springframework.social.google.config.boot that return Google Modifier and Type Method Description GoogleGoogleAutoConfiguration.GoogleConfigurerAdapter. google(org.springframework.social.connect.ConnectionRepository repository) -
Uses of Google in org.springframework.social.google.config.support
Methods in org.springframework.social.google.config.support that return Google Modifier and Type Method Description GoogleGoogleApiHelper. getApi()Return the API binding instance. -
Uses of Google in org.springframework.social.google.connect
Methods in org.springframework.social.google.connect that return Google Modifier and Type Method Description GoogleGoogleServiceProvider. getApi(String accessToken)Methods in org.springframework.social.google.connect with parameters of type Google Modifier and Type Method Description org.springframework.social.connect.UserProfileGoogleAdapter. fetchUserProfile(Google google)Return the current user profile.voidGoogleAdapter. setConnectionValues(Google google, org.springframework.social.connect.ConnectionValues values)Set a value on the connection.booleanGoogleAdapter. test(Google google)Attempt to see if the connection is valid.voidGoogleAdapter. updateStatus(Google google, String message)
-