org.jclouds.compute.strategy
Interface PopulateDefaultLoginCredentialsForImageStrategy

All Superinterfaces:
com.google.common.base.Function<Object,LoginCredentials>
All Known Implementing Classes:
EC2PopulateDefaultLoginCredentialsForImageStrategy, ParseVAppTemplateDescriptionToGetDefaultLoginCredentials, ReturnCredentialsBoundToImage

public interface PopulateDefaultLoginCredentialsForImageStrategy
extends com.google.common.base.Function<Object,LoginCredentials>

Author:
Oleksiy Yarmula

Method Summary
 LoginCredentials apply(Object image)
          Processes the cloud-specific resources to determine the login credentials.
 
Methods inherited from interface com.google.common.base.Function
equals
 

Method Detail

apply

LoginCredentials apply(Object image)
Processes the cloud-specific resources to determine the login credentials.

Specified by:
apply in interface com.google.common.base.Function<Object,LoginCredentials>
Parameters:
image - this is the cloud-specific representation of the image object.
Returns:
credentials parsed from the image if not null


Copyright © 2009-2012 jclouds. All Rights Reserved.