org.brickred.socialauth
Class AbstractProvider
java.lang.Object
org.brickred.socialauth.AbstractProvider
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FacebookImpl, FourSquareImpl, GoogleImpl, HotmailImpl, LinkedInImpl, MendeleyImpl, MySpaceImpl, OpenIdImpl, SalesForceImpl, TwitterImpl, YahooImpl, YammerImpl
public class AbstractProvider
- extends Object
- implements Serializable
It maintains the state of provider. State shows that whether the connection
has been made with the required provider or not.
- Author:
- tarunn@brickred.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractProvider
public AbstractProvider()
isProviderState
public boolean isProviderState()
- Returns the provider state.
- Returns:
setProviderState
protected void setProviderState(boolean providerState)
- Updates the provider state.
- Parameters:
providerState -
Copyright © 2012. All Rights Reserved.