org.jclouds.oauth.v2.config
Class OAuthModule.CredentialTypeFromPropertyOrDefault

java.lang.Object
  extended by org.jclouds.oauth.v2.config.OAuthModule.CredentialTypeFromPropertyOrDefault
All Implemented Interfaces:
javax.inject.Provider<CredentialType>
Enclosing class:
OAuthModule

public static class OAuthModule.CredentialTypeFromPropertyOrDefault
extends Object
implements com.google.inject.Provider<CredentialType>


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

Constructor Detail

OAuthModule.CredentialTypeFromPropertyOrDefault

public OAuthModule.CredentialTypeFromPropertyOrDefault()
Method Detail

get

public CredentialType get()
Specified by:
get in interface javax.inject.Provider<CredentialType>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.