public interface PopulateDefaultLoginCredentialsForImageStrategy extends com.google.common.base.Function<Object,LoginCredentials>
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
apply(Object image)
Processes the cloud-specific resources to determine the login credentials.
|
LoginCredentials apply(Object image)
apply
in interface com.google.common.base.Function<Object,LoginCredentials>
image
- this is the cloud-specific representation of the image object.Copyright © 2009-2013 jclouds. All Rights Reserved.