org.jclouds.digitalocean.strategy
Class ListSshKeys
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execute
public List<SshKey> execute()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.