Uses of Interface
org.jclouds.compute.strategy.PopulateDefaultLoginCredentialsForImageStrategy

Packages that use PopulateDefaultLoginCredentialsForImageStrategy
org.jclouds.compute.config   
org.jclouds.compute.strategy.impl   
org.jclouds.ec2.compute.functions   
org.jclouds.ec2.compute.strategy   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute.strategy   
 

Uses of PopulateDefaultLoginCredentialsForImageStrategy in org.jclouds.compute.config
 

Constructors in org.jclouds.compute.config with parameters of type PopulateDefaultLoginCredentialsForImageStrategy
ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage(PopulateDefaultLoginCredentialsForImageStrategy credsForImage)
           
 

Uses of PopulateDefaultLoginCredentialsForImageStrategy in org.jclouds.compute.strategy.impl
 

Classes in org.jclouds.compute.strategy.impl that implement PopulateDefaultLoginCredentialsForImageStrategy
 class ReturnCredentialsBoundToImage
           
 

Uses of PopulateDefaultLoginCredentialsForImageStrategy in org.jclouds.ec2.compute.functions
 

Constructors in org.jclouds.ec2.compute.functions with parameters of type PopulateDefaultLoginCredentialsForImageStrategy
EC2ImageParser(PopulateDefaultLoginCredentialsForImageStrategy credentialProvider, Map<OsFamily,Map<String,String>> osVersionMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Location> defaultLocation, ReviseParsedImage reviseParsedImage)
           
 

Uses of PopulateDefaultLoginCredentialsForImageStrategy in org.jclouds.ec2.compute.strategy
 

Classes in org.jclouds.ec2.compute.strategy that implement PopulateDefaultLoginCredentialsForImageStrategy
 class EC2PopulateDefaultLoginCredentialsForImageStrategy
           
 

Uses of PopulateDefaultLoginCredentialsForImageStrategy in org.jclouds.trmk.vcloud_0_8.compute.functions
 

Constructors in org.jclouds.trmk.vcloud_0_8.compute.functions with parameters of type PopulateDefaultLoginCredentialsForImageStrategy
ImageForVCloudExpressVAppTemplate(FindLocationForResource findLocationForResource, PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider, com.google.common.base.Function<String,OperatingSystem> osParser)
           
 

Uses of PopulateDefaultLoginCredentialsForImageStrategy in org.jclouds.trmk.vcloud_0_8.compute.strategy
 

Classes in org.jclouds.trmk.vcloud_0_8.compute.strategy that implement PopulateDefaultLoginCredentialsForImageStrategy
 class ParseVAppTemplateDescriptionToGetDefaultLoginCredentials
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.