Class GoogleAuthenticationService

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.social.security.provider.SocialAuthenticationService<Google>

    public class GoogleAuthenticationService
    extends org.springframework.social.security.provider.OAuth2AuthenticationService<Google>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.springframework.social.security.provider.SocialAuthenticationService

        org.springframework.social.security.provider.SocialAuthenticationService.ConnectionCardinality
    • Field Summary

      • Fields inherited from class org.springframework.social.security.provider.OAuth2AuthenticationService

        logger
    • Method Summary

      • Methods inherited from class org.springframework.social.security.provider.OAuth2AuthenticationService

        addCustomParameters, afterPropertiesSet, buildReturnToUrl, getAuthToken, getConnectionFactory, getReturnToUrlParameters, setConnectionFactory, setDefaultScope, setReturnToUrlParameters
      • Methods inherited from class org.springframework.social.security.provider.AbstractSocialAuthenticationService

        getConnectionAddedRedirectUrl, getConnectionCardinality, setConnectionAddedRedirectUrl, setConnectionCardinality
    • Constructor Detail

      • GoogleAuthenticationService

        public GoogleAuthenticationService​(String apiKey,
                                           String appSecret)