|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PopulateDefaultLoginCredentialsForImageStrategy
Method Summary | |
---|---|
LoginCredentials |
apply(Object image)
Processes the cloud-specific resources to determine the login credentials. |
Credentials |
execute(Object resourceToAuthenticate)
Deprecated. |
Methods inherited from interface com.google.common.base.Function |
---|
equals |
Method Detail |
---|
@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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |