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

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

public static class OAuthModule.OAuthCrypterProvider
extends Object
implements com.google.inject.Provider<BlobCrypter>


Constructor Summary
OAuthModule.OAuthCrypterProvider(String stateCrypterPath)
           
 
Method Summary
 BlobCrypter get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthModule.OAuthCrypterProvider

@Inject
public OAuthModule.OAuthCrypterProvider(String stateCrypterPath)
                                 throws IOException
Throws:
IOException
Method Detail

get

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


Copyright © 2007-2012. All Rights Reserved.