public interface AuthInfo
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthInfo(int statusCode,
String realm,
String username,
String password)
Helper method to add authentication info into the AuthInfo object
for a challenge response of a specific type (401/407) and realm.
|
void addAuthInfo(int statusCode,
String realm,
String username,
String password)
statusCode - Status code (401/407) of the challenge responserealm - Realm that was returned in the challenge responseusername - password - Copyright © 2014. All Rights Reserved.