org.brickred.socialauth.spring.bean
Class SocialAuthTemplate
java.lang.Object
org.brickred.socialauth.spring.bean.SocialAuthTemplate
public class SocialAuthTemplate
- extends Object
Wrapping bean for the provider.
- Author:
- tarunn@brickred.com
|
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 |
SocialAuthTemplate
public SocialAuthTemplate()
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.