@Singleton public class PasswordCredentialsFromWindowsInstance extends Object implements com.google.common.base.Function<RunningInstance,LoginCredentials>
Modifier | Constructor and Description |
---|---|
protected |
PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
EC2Api ec2Api,
com.google.common.base.Function<PasswordDataAndPrivateKey,LoginCredentials> pwDataToLoginCredentials) |
@Named(value="jclouds.compute") protected Logger logger
@Inject protected PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName,KeyPair> credentialsMap, EC2Api ec2Api, 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-2016 The Apache Software Foundation. All Rights Reserved.