Class PasswordCredentialsFromWindowsInstance
java.lang.Object
org.jclouds.ec2.compute.functions.PasswordCredentialsFromWindowsInstance
- All Implemented Interfaces:
com.google.common.base.Function<RunningInstance,
,LoginCredentials> Function<RunningInstance,
LoginCredentials>
@Singleton
public class PasswordCredentialsFromWindowsInstance
extends Object
implements com.google.common.base.Function<RunningInstance,LoginCredentials>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PasswordCredentialsFromWindowsInstance
(ConcurrentMap<RegionAndName, KeyPair> credentialsMap, EC2Api ec2Api, com.google.common.base.Function<PasswordDataAndPrivateKey, LoginCredentials> pwDataToLoginCredentials) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
logger
-
-
Constructor Details
-
PasswordCredentialsFromWindowsInstance
@Inject protected PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName, KeyPair> credentialsMap, EC2Api ec2Api, com.google.common.base.Function<PasswordDataAndPrivateKey, LoginCredentials> pwDataToLoginCredentials)
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<RunningInstance,
LoginCredentials> - Specified by:
apply
in interfaceFunction<RunningInstance,
LoginCredentials>
-