| java.lang.Object com.lutris.http.BasicAuthResult
BasicAuthResult | public class BasicAuthResult (Code) | | This class is used by BasicAuth to return both the username and the
password at once.
version: $Revision: 1.2 $ author: Andy John |
Field Summary | |
public String | password The password that was sent along with the request. | public String | username The username that was sent along with the request. |
Constructor Summary | |
protected | BasicAuthResult(String username, String password) Only the BasicAuth class should create instances of this class. |
password | public String password(Code) | | The password that was sent along with the request.
|
username | public String username(Code) | | The username that was sent along with the request.
|
BasicAuthResult | protected BasicAuthResult(String username, String password)(Code) | | Only the BasicAuth class should create instances of this class.
|
|
|