|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.my.webproxy.beans.http.ICredentials
public class ICredentials
Represents a authentication credentials that is passed to remote application. This only applies to the Basic, Digest and NTLM forms of authentication.
| Constructor Summary | |
|---|---|
ICredentials()
Default constructor. |
|
ICredentials(String userName,
String password)
The constructor with the username and password arguments. |
|
| Method Summary | |
|---|---|
String |
getPassword()
Returns the password attribute. |
String |
getUserName()
Returns the username attribute. |
void |
setPassword(String password)
|
void |
setUserName(String userName)
User name property setter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ICredentials()
public ICredentials(String userName,
String password)
userName - the user namepassword - the password| Method Detail |
|---|
public String getPassword()
setPassword(String)public void setPassword(String password)
public String getUserName()
setUserName(String)public void setUserName(String userName)
userName - getUserName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||