Package org.jclouds.compute.strategy
Interface PopulateDefaultLoginCredentialsForImageStrategy
-
- All Superinterfaces:
com.google.common.base.Function<Object,LoginCredentials>,Function<Object,LoginCredentials>
- All Known Implementing Classes:
EC2PopulateDefaultLoginCredentialsForImageStrategy,ReturnCredentialsBoundToImage
public interface PopulateDefaultLoginCredentialsForImageStrategy extends com.google.common.base.Function<Object,LoginCredentials>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoginCredentialsapply(Object image)Processes the cloud-specific resources to determine the login credentials.
-
-
-
Method Detail
-
apply
LoginCredentials apply(Object image)
Processes the cloud-specific resources to determine the login credentials.- Specified by:
applyin interfacecom.google.common.base.Function<Object,LoginCredentials>- Specified by:
applyin interfaceFunction<Object,LoginCredentials>- Parameters:
image- this is the cloud-specific representation of the image object.- Returns:
- credentials parsed from the image if not null
-
-