|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.http.Challenge
public class Challenge
Class Challenge holds a http authentication challenge
| Method Summary | |
|---|---|
HttpHeader |
getParams()
Returns the parameters |
java.lang.String |
getRealm()
Returns the realm |
java.lang.String |
getScheme()
Returns the scheme |
static Challenge[] |
parseChallenge(java.lang.String pLine)
Parses the challenge as received from the host |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public HttpHeader getParams()
public java.lang.String getScheme()
public java.lang.String getRealm()
public static Challenge[] parseChallenge(java.lang.String pLine)
throws HttpParseException
pLine - The challenge string
HttpParseException - If the challenge string is ill-formed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||