|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.http.BasicAuthResult
This class is used by BasicAuth to return both the username and the password at once.
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 |
public java.lang.String username
public java.lang.String password
Constructor Detail |
protected BasicAuthResult(java.lang.String username, java.lang.String password)
|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |