org.jclouds.trmk.vcloud_0_8.compute.strategy
Class ParseVAppTemplateDescriptionToGetDefaultLoginCredentials
java.lang.Object
org.jclouds.trmk.vcloud_0_8.compute.strategy.ParseVAppTemplateDescriptionToGetDefaultLoginCredentials
- All Implemented Interfaces:
- PopulateDefaultLoginCredentialsForImageStrategy
@Singleton
public class ParseVAppTemplateDescriptionToGetDefaultLoginCredentials
- extends Object
- implements PopulateDefaultLoginCredentialsForImageStrategy
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
@Named(value="jclouds.compute")
protected Logger logger
USER_PASSWORD_PATTERN
public static final Pattern USER_PASSWORD_PATTERN
ParseVAppTemplateDescriptionToGetDefaultLoginCredentials
public ParseVAppTemplateDescriptionToGetDefaultLoginCredentials()
execute
public Credentials execute(Object resourceToAuthenticate)
- Description copied from interface:
PopulateDefaultLoginCredentialsForImageStrategy
- Processes the resource to determine credentials.
- Specified by:
execute
in interface PopulateDefaultLoginCredentialsForImageStrategy
- Parameters:
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.
- Returns:
- credentials object. Note: the key
may not be set, but the identity must be set
Copyright © 2009-2011 jclouds. All Rights Reserved.