|
EAF 7.6 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.http.BasicAuthResult
public class 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. |
Method Summary |
---|
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)
|
EAF 7.6 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |