org.apache.shindig.social.core.oauth
Class OAuthValidatorProvider

java.lang.Object
  extended by org.apache.shindig.social.core.oauth.OAuthValidatorProvider
All Implemented Interfaces:
javax.inject.Provider<net.oauth.OAuthValidator>

public class OAuthValidatorProvider
extends java.lang.Object
implements com.google.inject.Provider<net.oauth.OAuthValidator>

Guice Provider class for OAuthValidator.


Constructor Summary
OAuthValidatorProvider(long maxTimestampAgeMsec)
           
 
Method Summary
 net.oauth.OAuthValidator get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthValidatorProvider

@Inject
public OAuthValidatorProvider(long maxTimestampAgeMsec)
Method Detail

get

public net.oauth.OAuthValidator get()
Specified by:
get in interface javax.inject.Provider<net.oauth.OAuthValidator>


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.