org.brickred.socialauth
Class AbstractProvider

java.lang.Object
  extended by 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

Constructor Summary
AbstractProvider()
           
 
Method Summary
 boolean isProviderState()
          Returns the provider state.
protected  void setProviderState(boolean providerState)
          Updates the provider state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractProvider

public AbstractProvider()
Method Detail

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.