public class Challenge extends Object
Modifier and Type | Method and Description |
---|---|
HttpHeader |
getParams()
Returns the parameters
|
String |
getRealm()
Returns the realm
|
String |
getScheme()
Returns the scheme
|
static Challenge[] |
parseChallenge(String pLine)
Parses the challenge as received from the host
|
public HttpHeader getParams()
public String getScheme()
public String getRealm()
public static Challenge[] parseChallenge(String pLine) throws HttpParseException
pLine
- The challenge stringHttpParseException
- If the challenge string is ill-formedCopyright © 2005, 2012 IBM Corporation. All Rights Reserved.