Modifier and Type | Field | Description |
---|---|---|
EepGet.AUTH_MODE |
authMode |
|
boolean |
authSent |
Modifier and Type | Method | Description |
---|---|---|
Map<String,String> |
generateAuthArgs(String method,
String uri) |
Generate the digest authentication parameters
Ref: RFC 2617
|
String |
getAuthHeader(String method,
String uri) |
|
String |
getPassword() |
|
String |
getUsername() |
|
void |
setAuthChallenge(String auth) |
May be called multiple times, save the best one
|
public EepGet.AUTH_MODE authMode
public boolean authSent
public void setAuthChallenge(String auth)
public String getAuthHeader(String method, String uri) throws IOException
IOException
public Map<String,String> generateAuthArgs(String method, String uri) throws IOException
IOException
public String getUsername()
public String getPassword()