|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Authentication-Info header field provides for mutual authentication with HTTP Digest. A UAS MAY include this header field in a 2xx response to a request that was successfully authenticated using digest based on the Authorization header field.
For Example:
Authentication-Info: nextnonce="47364c23432d2e131a5fb210812c"
| Field Summary | |
static java.lang.String |
NAME
Name of the AlertInfoHeader |
| Method Summary | |
java.lang.String |
getCNonce()
Returns the CNonce value of this AuthenticationInfoHeader. |
java.lang.String |
getNextNonce()
Returns the nextNonce value of this AuthenticationInfoHeader. |
int |
getNonceCount()
Returns the Nonce Count value of this AuthenticationInfoHeader. |
java.lang.String |
getQop()
Returns the messageQop value of this AuthenticationInfoHeader. |
java.lang.String |
getResponse()
Returns the Response value of this AuthenticationInfoHeader. |
void |
setCNonce(java.lang.String cNonce)
Sets the CNonce of the AuthenticationInfoHeader to the cNonce parameter value. |
void |
setNextNonce(java.lang.String nextNonce)
Sets the NextNonce of the AuthenticationInfoHeader to the nextNonce parameter value. |
void |
setNonceCount(int nonceCount)
Sets the Nonce Count of the AuthenticationInfoHeader to the nonceCount parameter value. |
void |
setQop(java.lang.String qop)
Sets the Qop value of the AuthenticationInfoHeader to the new qop parameter value. |
void |
setResponse(java.lang.String response)
Sets the Response of the AuthenticationInfoHeader to the new response parameter value. |
| Methods inherited from interface javax.sip.header.Parameters |
getParameter, getParameterNames, removeParameter, setParameter |
| Methods inherited from interface javax.sip.header.Header |
clone, equals, getName, toString |
| Field Detail |
public static final java.lang.String NAME
| Method Detail |
public void setNextNonce(java.lang.String nextNonce)
throws java.text.ParseException
nextNonce - - the new nextNonce String of this AuthenticationInfoHeader.
java.text.ParseException - which signals that an error has been reached
unexpectedly while parsing the nextNonce value.public java.lang.String getNextNonce()
public void setQop(java.lang.String qop)
throws java.text.ParseException
qop - - the new Qop string of this AuthenticationInfoHeader.
java.text.ParseException - which signals that an error has been reached
unexpectedly while parsing the Qop value.public java.lang.String getQop()
public void setCNonce(java.lang.String cNonce)
throws java.text.ParseException
cNonce - - the new cNonce String of this AuthenticationInfoHeader.
java.text.ParseException - which signals that an error has been reached
unexpectedly while parsing the cNonce value.public java.lang.String getCNonce()
public void setNonceCount(int nonceCount)
throws java.text.ParseException
nonceCount - - the new nonceCount integer of this AuthenticationInfoHeader.
java.text.ParseException - which signals that an error has been reached
unexpectedly while parsing the nonceCount value.public int getNonceCount()
public void setResponse(java.lang.String response)
throws java.text.ParseException
response - - the new response String of this AuthenticationInfoHeader.
java.text.ParseException - which signals that an error has been reached
unexpectedly while parsing the Response.public java.lang.String getResponse()
|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||