org.brickred.socialauth.spring.bean
Class SpringSocialAuthManager

java.lang.Object
  extended by org.brickred.socialauth.SocialAuthManager
      extended by org.brickred.socialauth.spring.bean.SpringSocialAuthManager
All Implemented Interfaces:
Serializable

public class SpringSocialAuthManager
extends org.brickred.socialauth.SocialAuthManager

This is a child class of SocialAuthManager. It contains the autowire property of socialauthconfig.

Author:
tarun.nagpal
See Also:
Serialized Form

Constructor Summary
SpringSocialAuthManager()
           
 
Method Summary
 void setSocialAuthConfig(org.brickred.socialauth.SocialAuthConfig socialAuthConfig)
           
 
Methods inherited from class org.brickred.socialauth.SocialAuthManager
connect, connect, createAccessGrant, disconnectProvider, getAuthenticationUrl, getAuthenticationUrl, getConnectedProvidersIds, getCurrentAuthProvider, getProvider, getSocialAuthConfig, isConnected, refreshToken, setPermission
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringSocialAuthManager

public SpringSocialAuthManager()
Method Detail

setSocialAuthConfig

@Autowired
public void setSocialAuthConfig(org.brickred.socialauth.SocialAuthConfig socialAuthConfig)
                         throws Exception
Overrides:
setSocialAuthConfig in class org.brickred.socialauth.SocialAuthManager
Throws:
Exception


Copyright © 2013. All Rights Reserved.