spring-social-google

org.springframework.social.google.config.annotation
Class GoogleProviderConfigRegistrar

java.lang.Object
  extended by org.springframework.social.config.support.ProviderConfigurationSupport
      extended by org.springframework.social.config.annotation.AbstractProviderConfigRegistrarSupport
          extended by org.springframework.social.google.config.annotation.GoogleProviderConfigRegistrar
All Implemented Interfaces:
org.springframework.context.annotation.ImportBeanDefinitionRegistrar

public class GoogleProviderConfigRegistrar
extends org.springframework.social.config.annotation.AbstractProviderConfigRegistrarSupport

ImportBeanDefinitionRegistrar for configuring a GoogleConnectionFactory bean and a request-scoped Google bean.

Author:
Craig Walls

Field Summary
 
Fields inherited from class org.springframework.social.config.support.ProviderConfigurationSupport
apiBindingType, apiHelperClass, authenticationServiceClass, connectionFactoryClass
 
Constructor Summary
GoogleProviderConfigRegistrar()
           
 
Method Summary
protected  java.lang.Class<? extends org.springframework.social.security.provider.SocialAuthenticationService<?>> getAuthenticationServiceClass()
           
 
Methods inherited from class org.springframework.social.config.annotation.AbstractProviderConfigRegistrarSupport
getAppId, getAppSecret, registerBeanDefinitions
 
Methods inherited from class org.springframework.social.config.support.ProviderConfigurationSupport
getAuthenticationServiceBeanDefinition, getConnectionFactoryBeanDefinition, isSocialSecurityAvailable, registerBeanDefinitions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleProviderConfigRegistrar

public GoogleProviderConfigRegistrar()
Method Detail

getAuthenticationServiceClass

protected java.lang.Class<? extends org.springframework.social.security.provider.SocialAuthenticationService<?>> getAuthenticationServiceClass()
Overrides:
getAuthenticationServiceClass in class org.springframework.social.config.support.ProviderConfigurationSupport

spring-social-google