|
|||||||||
| Home >> All >> com >> lutris >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lutris.http
Class BasicAuthResult

java.lang.Objectcom.lutris.http.BasicAuthResult
- public class BasicAuthResult
- extends java.lang.Object
This class is used by BasicAuth to return both the username and the password at once.
- Version:
- $Revision: 1.6.14.1 $
| Field Summary | |
java.lang.String |
password
The password that was sent along with the request. |
java.lang.String |
username
The username that was sent along with the request. |
| Constructor Summary | |
protected |
BasicAuthResult(java.lang.String username,
java.lang.String password)
Only the BasicAuth class should create instances of this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
username
public java.lang.String username
- The username that was sent along with the request.
password
public java.lang.String password
- The password that was sent along with the request.
| Constructor Detail |
BasicAuthResult
protected BasicAuthResult(java.lang.String username, java.lang.String password)
- Only the BasicAuth class should create instances of this class.
|
|||||||||
| Home >> All >> com >> lutris >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lutris.http.BasicAuthResult