org.brickred.socialauth.spring.bean
Class SocialAuthTemplate

java.lang.Object
  extended by org.brickred.socialauth.spring.bean.SocialAuthTemplate

public class SocialAuthTemplate
extends Object

Wrapping bean for the provider.

Author:
tarunn@brickred.com

Constructor Summary
SocialAuthTemplate()
           
 
Method Summary
 org.brickred.socialauth.AuthProvider getProvider()
          Retrieves the auth provider reference to make any provider specific call.
 void setProvider(org.brickred.socialauth.AuthProvider provider)
          Sets the auth provider reference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialAuthTemplate

public SocialAuthTemplate()
Method Detail

getProvider

public org.brickred.socialauth.AuthProvider getProvider()
Retrieves the auth provider reference to make any provider specific call.

Returns:
AuthProvider

setProvider

public void setProvider(org.brickred.socialauth.AuthProvider provider)
Sets the auth provider reference

Parameters:
provider -


Copyright © 2011. All Rights Reserved.