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 Details
- 
WindowsLoginCredentialsFromEncryptedData
 
 - 
 - 
Method Details
- 
apply
- Specified by:
 applyin interfacecom.google.common.base.Function<EncryptedPasswordAndPrivateKey,LoginCredentials> - Specified by:
 applyin interfaceFunction<EncryptedPasswordAndPrivateKey,LoginCredentials> 
 
 -