|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gov.nist.core.GenericObject | +--gov.nist.javax.sip.header.SIPObject | +--gov.nist.javax.sip.header.Challenge
Challenge part of the Auth header. This is only used by the parser interface
Constructor Summary | |
Challenge()
Default constructor |
Method Summary | |
String |
encode()
Encode the challenge in canonical form. |
String |
getAlgorithm()
get the Algorithm value. |
NameValueList |
getAuthParams()
get AuthParms list. |
String |
getDomain()
get the domain |
String |
getOpaque()
get the Opaque field |
String |
getParameter(String name)
get the specified parameter |
String |
getQOP()
get QOP value |
String |
getRealm()
get the realm value. |
String |
getResponse()
get the Response value. |
String |
getScheme()
get the scheme field |
String |
getSignature()
get the Signature value. |
String |
getSignedBy()
get the signedBy value. |
String |
getStale()
get the State value. |
String |
getURI()
get the URI field |
boolean |
hasParameter(String name)
boolean function |
boolean |
hasParameters()
Boolean function |
boolean |
removeParameter(String name)
delete the specified parameter |
void |
removeParameters()
remove all parameters |
void |
setAuthParams(NameValueList a)
Set the authParams member |
void |
setParameter(NameValue nv)
set the specified parameter |
void |
setScheme(String s)
Set the scheme member |
Methods inherited from class gov.nist.javax.sip.header.SIPObject |
clone, dbgPrint, debugDump, debugDump, equals, match, merge, replace, replace, replace, replace, toString |
Methods inherited from class gov.nist.core.GenericObject |
getClassFromName, getMatcher, isMySubclass, setMatcher |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Challenge()
Method Detail |
public String encode()
encode
in class SIPObject
public String getScheme()
public NameValueList getAuthParams()
public String getDomain()
public String getURI()
public String getOpaque()
public String getQOP()
public String getAlgorithm()
public String getStale()
public String getSignature()
public String getSignedBy()
public String getResponse()
public String getRealm()
public String getParameter(String name)
name
- String to set
public boolean hasParameter(String name)
name
- String to set
public boolean hasParameters()
public boolean removeParameter(String name)
name
- String
public void removeParameters()
public void setParameter(NameValue nv)
nv
- NameValue to setpublic void setScheme(String s)
s
- String to setpublic void setAuthParams(NameValueList a)
a
- NameValueList to set
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |