org.apache.shindig.gadgets.oauth
Class OAuthModule.OAuthStoreProvider

java.lang.Object
  extended by org.apache.shindig.gadgets.oauth.OAuthModule.OAuthStoreProvider
All Implemented Interfaces:
com.google.inject.Provider<OAuthStore>
Enclosing class:
OAuthModule

public static class OAuthModule.OAuthStoreProvider
extends Object
implements com.google.inject.Provider<OAuthStore>


Constructor Summary
OAuthModule.OAuthStoreProvider(String signingKeyFile, String signingKeyName, String defaultCallbackUrl)
           
 
Method Summary
 OAuthStore get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthModule.OAuthStoreProvider

@Inject
public OAuthModule.OAuthStoreProvider(String signingKeyFile,
                                             String signingKeyName,
                                             String defaultCallbackUrl)
Method Detail

get

public OAuthStore get()
Specified by:
get in interface com.google.inject.Provider<OAuthStore>


Copyright © 2007-2012. All Rights Reserved.