org.jclouds.vcloud.terremark.compute.strategy
Class ParseVAppTemplateDescriptionToGetDefaultLoginCredentials

java.lang.Object
  extended by org.jclouds.vcloud.terremark.compute.strategy.ParseVAppTemplateDescriptionToGetDefaultLoginCredentials
All Implemented Interfaces:
PopulateDefaultLoginCredentialsForImageStrategy

@Singleton
public class ParseVAppTemplateDescriptionToGetDefaultLoginCredentials
extends Object
implements PopulateDefaultLoginCredentialsForImageStrategy

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
static Pattern USER_PASSWORD_PATTERN
           
 
Constructor Summary
ParseVAppTemplateDescriptionToGetDefaultLoginCredentials()
           
 
Method Summary
 Credentials execute(Object resourceToAuthenticate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

@Named(value="jclouds.compute")
protected Logger logger

USER_PASSWORD_PATTERN

public static final Pattern USER_PASSWORD_PATTERN
Constructor Detail

ParseVAppTemplateDescriptionToGetDefaultLoginCredentials

public ParseVAppTemplateDescriptionToGetDefaultLoginCredentials()
Method Detail

execute

public Credentials execute(Object resourceToAuthenticate)
Specified by:
execute in interface PopulateDefaultLoginCredentialsForImageStrategy


Copyright © 2009-2010 jclouds. All Rights Reserved.