Class WindowsLoginCredentialsFromEncryptedData
java.lang.Object
org.jclouds.ec2.compute.functions.WindowsLoginCredentialsFromEncryptedData
- All Implemented Interfaces:
com.google.common.base.Function<PasswordDataAndPrivateKey,
,LoginCredentials> Function<PasswordDataAndPrivateKey,
LoginCredentials>
public class WindowsLoginCredentialsFromEncryptedData
extends Object
implements com.google.common.base.Function<PasswordDataAndPrivateKey,LoginCredentials>
Given an encrypted Windows Administrator password and the decryption key, return a LoginCredentials instance.
-
Constructor Details
-
WindowsLoginCredentialsFromEncryptedData
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<PasswordDataAndPrivateKey,
LoginCredentials> - Specified by:
apply
in interfaceFunction<PasswordDataAndPrivateKey,
LoginCredentials>
-