|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.client.auth.Credentials
public class Credentials
Credentials class.
| Constructor Summary | |
|---|---|
Credentials()
Constructor for Credentials. |
|
Credentials(String userName,
String password)
Constructor for Credentials. |
|
| Method Summary | |
|---|---|
String |
getPassword()
Getter for the field password. |
String |
getUserName()
Getter for the field userName. |
void |
setPassword(String password)
Setter for the field password. |
void |
setUserName(String userName)
Setter for the field userName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Credentials()
Constructor for Credentials.
public Credentials(String userName,
String password)
Constructor for Credentials.
userName - a String object.password - a String object.| Method Detail |
|---|
public String getUserName()
Getter for the field userName.
String object.public void setUserName(String userName)
Setter for the field userName.
userName - a String object.public String getPassword()
Getter for the field password.
String object.public void setPassword(String password)
Setter for the field password.
password - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||