org.jclouds.digitalocean.strategy
Class ListSshKeys

java.lang.Object
  extended by org.jclouds.digitalocean.strategy.ListSshKeys

@Singleton
public class ListSshKeys
extends Object

The KeyPairApi only returns the id and name of each key but not the actual public key when listing all keys.

This strategy provides a helper to get all the keys with all details populated.


Nested Class Summary
static interface ListSshKeys.Factory
           
 
Method Summary
 List<SshKey> execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public List<SshKey> execute()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.