|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jclouds.domain.Credentials
public class Credentials
Nested Class Summary | |
---|---|
static class |
Credentials.Builder<T extends Credentials>
|
Field Summary | |
---|---|
String |
credential
|
String |
identity
|
Constructor Summary | |
---|---|
Credentials(String identity,
String credential)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
static Credentials |
parse(URI uri)
|
Credentials.Builder<? extends Credentials> |
toBuilder()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final String identity
public final String credential
Constructor Detail |
---|
public Credentials(String identity, String credential)
Method Detail |
---|
public static Credentials parse(URI uri)
public Credentials.Builder<? extends Credentials> toBuilder()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |