org.jclouds.cloudstack.functions
Class WindowsLoginCredentialsFromEncryptedData
java.lang.Object
org.jclouds.cloudstack.functions.WindowsLoginCredentialsFromEncryptedData
- All Implemented Interfaces:
- com.google.common.base.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.
- Author:
- Richard Downer, Andrei Savu
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 |
WindowsLoginCredentialsFromEncryptedData
@Inject
public WindowsLoginCredentialsFromEncryptedData(Crypto crypto)
apply
public LoginCredentials apply(@Nullable
EncryptedPasswordAndPrivateKey dataAndKey)
- Specified by:
apply
in interface com.google.common.base.Function<EncryptedPasswordAndPrivateKey,LoginCredentials>
Copyright © 2009-2012 jclouds. All Rights Reserved.