@Beta
public interface KeyPairApi
Modifier and Type | Method and Description |
---|---|
KeyPair |
create(String name)
Creates a
KeyPair . |
KeyPair |
createWithPublicKey(String name,
String publicKey)
Creates a
KeyPair with a public key. |
boolean |
delete(String name)
Deletes a
KeyPair . |
KeyPair |
get(String name)
Gets a specific
KeyPair by name. |
com.google.common.collect.FluentIterable<KeyPair> |
list()
Lists all Key Pairs.
|
@Named(value="keypair:list") com.google.common.collect.FluentIterable<KeyPair> list()
@Named(value="keypair:create") KeyPair create(String name)
KeyPair
.KeyPair
.@Named(value="keypair:create") KeyPair createWithPublicKey(String name, String publicKey)
KeyPair
with a public key.KeyPair
.Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.