org.jclouds.compute.config
Class GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull

java.lang.Object
  extended by org.jclouds.compute.config.GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull
All Implemented Interfaces:
javax.inject.Provider<org.jclouds.domain.LoginCredentials>

@Singleton
public class GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull
extends Object
implements javax.inject.Provider<org.jclouds.domain.LoginCredentials>


Constructor Summary
GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull(String provider, org.jclouds.config.ValueOfConfigurationKeyOrNull config, Map<String,org.jclouds.domain.Credentials> credentialStore)
           
 
Method Summary
 org.jclouds.domain.LoginCredentials get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull

@Inject
public GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull(String provider,
                                                                               org.jclouds.config.ValueOfConfigurationKeyOrNull config,
                                                                               Map<String,org.jclouds.domain.Credentials> credentialStore)
Method Detail

get

@Nullable
public org.jclouds.domain.LoginCredentials get()
Specified by:
get in interface javax.inject.Provider<org.jclouds.domain.LoginCredentials>


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