org.jclouds.compute.config
Class GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull
java.lang.Object
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>
|
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 |
GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull
@Inject
public GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull(String provider,
org.jclouds.config.ValueOfConfigurationKeyOrNull config,
Map<String,org.jclouds.domain.Credentials> credentialStore)
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.