@Singleton public class PasswordCredentialsFromWindowsInstance extends Object implements com.google.common.base.Function<RunningInstance,LoginCredentials>
Modifier | Constructor and Description |
---|---|
protected |
PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
EC2Client ec2Client,
com.google.common.base.Function<PasswordDataAndPrivateKey,LoginCredentials> pwDataToLoginCredentials) |
@Named(value="jclouds.compute") protected Logger logger
@Inject protected PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName,KeyPair> credentialsMap, EC2Client ec2Client, com.google.common.base.Function<PasswordDataAndPrivateKey,LoginCredentials> pwDataToLoginCredentials)
public LoginCredentials apply(RunningInstance instance)
apply
in interface com.google.common.base.Function<RunningInstance,LoginCredentials>
Copyright © 2009-2013 jclouds. All Rights Reserved.