org.jclouds.vcloud.terremark.compute.domain
Class KeyPairCredentials

java.lang.Object
  extended by org.jclouds.domain.Credentials
      extended by org.jclouds.vcloud.terremark.compute.domain.KeyPairCredentials

public class KeyPairCredentials
extends Credentials

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.domain.Credentials
credential, identity
 
Constructor Summary
KeyPairCredentials(String identity, KeyPair keyPair)
           
 
Method Summary
 KeyPair getKeyPair()
           
 
Methods inherited from class org.jclouds.domain.Credentials
equals, hashCode, parse
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPairCredentials

public KeyPairCredentials(String identity,
                          KeyPair keyPair)
Method Detail

getKeyPair

public KeyPair getKeyPair()


Copyright © 2009-2010 jclouds. All Rights Reserved.