public interface KeyApi
KeyAsyncApi
,
api docModifier and Type | Method and Description |
---|---|
Key |
create(Key key)
Uploads a new OpenSSH key to SmartDataCenter for use in SSH and HTTP
signing.
|
void |
delete(String name)
Deletes an SSH key by name.
|
Key |
get(String name)
Retrieves an individual key record.
|
Set<Key> |
list()
Lists all public keys we have on record for the specified account.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.