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.
|
Credentials |
execute(Object resourceToAuthenticate)
Deprecated.
|
@Deprecated Credentials execute(Object resourceToAuthenticate)
resourceToAuthenticate
- this can be any resource, such as an image, running server
instance or other. It's the responsibility of an implementation
to apply the cloud-specific logic.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-2012 jclouds. All Rights Reserved.