|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.teamdev.xpcom.ProxyServerAuthInfo
public class ProxyServerAuthInfo
Contains information about user name and password which is required for proxy server authentication.
Constructor Summary | |
---|---|
ProxyServerAuthInfo(java.lang.String userName,
java.lang.String password)
Constructs a new ProxyServerAuthInfo instance according
to the specified userName and password . |
Method Summary | |
---|---|
java.lang.String |
getPassword()
Returns a string that represents an authentication password value. |
java.lang.String |
getUserName()
Returns a string that represents an authentication user name value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyServerAuthInfo(java.lang.String userName, java.lang.String password)
ProxyServerAuthInfo
instance according
to the specified userName
and password
.
userName
- The authentication user name value.password
- The authentication password value.
java.lang.IllegalArgumentException
- when userName
or password
parameter is null
.Method Detail |
---|
public java.lang.String getUserName()
public java.lang.String getPassword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |