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 Summary
Constructors Constructor Description WindowsLoginCredentialsFromEncryptedData(Crypto crypto)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginCredentials
apply(PasswordDataAndPrivateKey dataAndKey)
-
-
-
Constructor Detail
-
WindowsLoginCredentialsFromEncryptedData
@Inject public WindowsLoginCredentialsFromEncryptedData(Crypto crypto)
-
-
Method Detail
-
apply
public LoginCredentials apply(@Nullable PasswordDataAndPrivateKey dataAndKey)
- Specified by:
apply
in interfacecom.google.common.base.Function<PasswordDataAndPrivateKey,LoginCredentials>
- Specified by:
apply
in interfaceFunction<PasswordDataAndPrivateKey,LoginCredentials>
-
-