Package org.jclouds.cloudstack.functions
Class WindowsLoginCredentialsFromEncryptedData
- java.lang.Object
-
- org.jclouds.cloudstack.functions.WindowsLoginCredentialsFromEncryptedData
-
- All Implemented Interfaces:
com.google.common.base.Function<EncryptedPasswordAndPrivateKey,LoginCredentials>
,Function<EncryptedPasswordAndPrivateKey,LoginCredentials>
public class WindowsLoginCredentialsFromEncryptedData extends Object implements com.google.common.base.Function<EncryptedPasswordAndPrivateKey,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(EncryptedPasswordAndPrivateKey dataAndKey)
-
-
-
Constructor Detail
-
WindowsLoginCredentialsFromEncryptedData
@Inject public WindowsLoginCredentialsFromEncryptedData(Crypto crypto)
-
-
Method Detail
-
apply
public LoginCredentials apply(@Nullable EncryptedPasswordAndPrivateKey dataAndKey)
- Specified by:
apply
in interfacecom.google.common.base.Function<EncryptedPasswordAndPrivateKey,LoginCredentials>
- Specified by:
apply
in interfaceFunction<EncryptedPasswordAndPrivateKey,LoginCredentials>
-
-