public class WsAuth extends Object
Constructor and Description |
---|
WsAuth()
Creates an empty WsAuth object.
|
WsAuth(String user,
String password)
Creates a new WsAuth object with the given username and password.
|
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Gets your Contour Password.
|
String |
getSource() |
String |
getToken() |
String |
getUser()
Gets your Contour Username.
|
void |
setPassword(String password)
Sets your Contour Password.
|
void |
setSource(String source) |
void |
setToken(String token) |
void |
setUser(String user)
Sets your Contour Username.
|
String |
toString()
Gets a string representation of this authentication object.
|
public String getUser()
setUser(java.lang.String)
public void setUser(String user)
user
- Your Contour usernamegetUser()
public String getPassword()
setPassword(java.lang.String)
public void setPassword(String password)
password
- Your Contour passwordgetPassword()
public String getToken()
public void setToken(String token)
public String getSource()
public void setSource(String source)
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.