|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.domain.Credentials org.jclouds.trmk.vcloud_0_8.compute.domain.KeyPairCredentials
public class KeyPairCredentials
Nested Class Summary | |
---|---|
static class |
KeyPairCredentials.Builder<T extends KeyPairCredentials>
|
Field Summary |
---|
Fields inherited from class org.jclouds.domain.Credentials |
---|
credential, identity |
Constructor Summary | |
---|---|
KeyPairCredentials(String identity,
KeyPair keyPair)
|
Method Summary | |
---|---|
KeyPair |
getKeyPair()
|
KeyPairCredentials.Builder<? extends KeyPairCredentials> |
toBuilder()
|
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 |
---|
public KeyPairCredentials(String identity, KeyPair keyPair)
Method Detail |
---|
public KeyPair getKeyPair()
public KeyPairCredentials.Builder<? extends KeyPairCredentials> toBuilder()
toBuilder
in class Credentials
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |