|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.header.SIPObject
gov.nist.javax.sip.header.SIPHeader
gov.nist.javax.sip.header.ParametersHeader
gov.nist.javax.sip.header.AuthenticationInfo
public class AuthenticationInfo
Authentication info SIP Header.
| フィールドの概要 |
|---|
| インタフェース javax.sip.header.AuthenticationInfoHeader から継承されたフィールド |
|---|
NAME |
| インタフェース gov.nist.javax.sip.header.SIPHeaderNames から継承されたフィールド |
|---|
ACCEPT, ACCEPT_ENCODING, ACCEPT_LANGUAGE, ALERT_INFO, ALLOW, ALLOW_EVENTS, AUTHENTICATION_INFO, AUTHORIZATION, CALL_ID, CALL_INFO, CONTACT, CONTENT_DISPOSITION, CONTENT_ENCODING, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CSEQ, DATE, ERROR_INFO, EVENT, EXPIRES, FROM, IN_REPLY_TO, MAX_FORWARDS, MIME_VERSION, MIN_EXPIRES, ORGANIZATION, PRIORITY, PROXY_AUTHENTICATE, PROXY_AUTHORIZATION, PROXY_REQUIRE, RACK, REASON, RECORD_ROUTE, REPLY_TO, REQUIRE, RETRY_AFTER, ROUTE, RSEQ, SERVER, SUBJECT, SUBSCRIPTION_STATE, SUPPORTED, TIMESTAMP, TO, UNSUPPORTED, USER_AGENT, VIA, WARNING, WWW_AUTHENTICATE |
| コンストラクタの概要 | |
|---|---|
AuthenticationInfo()
Default contstructor. |
|
| メソッドの概要 | |
|---|---|
void |
add(NameValue nv)
|
java.lang.String |
getAuthenticationInfo()
Returns the AuthenticationInfo value of this AuthenticationInfoHeader. |
NameValue |
getAuthInfo(java.lang.String name)
Get the name value pair for a given authentication info parameter. |
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 |
setParameter(java.lang.String name,
java.lang.String value)
Sets the value of the specified parameter. |
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. |
| クラス gov.nist.javax.sip.header.ParametersHeader から継承されたメソッド |
|---|
getNameValue, getParameter, getParameterNames, getParameters, getParameterValue, hasParameter, hasParameters, removeParameter, removeParameters, setParameter, setParameters, setQuotedParameter |
| クラス gov.nist.javax.sip.header.SIPHeader から継承されたメソッド |
|---|
encode, getHeaderName, getHeaderValue, getName, getValue, isHeaderList, setHeaderName |
| クラス gov.nist.javax.sip.header.SIPObject から継承されたメソッド |
|---|
clone, dbgPrint, debugDump, debugDump, equals, match, merge, replace, replace, replace, replace, toString |
| クラス gov.nist.core.GenericObject から継承されたメソッド |
|---|
getClassFromName, getMatcher, isMySubclass, setMatcher |
| クラス java.lang.Object から継承されたメソッド |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| インタフェース javax.sip.header.Parameters から継承されたメソッド |
|---|
getParameter, getParameterNames, removeParameter |
| インタフェース javax.sip.header.Header から継承されたメソッド |
|---|
clone, equals, getName, toString |
| コンストラクタの詳細 |
|---|
public AuthenticationInfo()
| メソッドの詳細 |
|---|
public void add(NameValue nv)
public NameValue getAuthInfo(java.lang.String name)
name - is the name for which we want to retrieve the name value
list.public java.lang.String getAuthenticationInfo()
public java.lang.String getCNonce()
javax.sip.header.AuthenticationInfoHeader 内の getCNoncepublic java.lang.String getNextNonce()
javax.sip.header.AuthenticationInfoHeader 内の getNextNoncepublic int getNonceCount()
javax.sip.header.AuthenticationInfoHeader 内の getNonceCountpublic java.lang.String getQop()
javax.sip.header.AuthenticationInfoHeader 内の getQoppublic java.lang.String getResponse()
javax.sip.header.AuthenticationInfoHeader 内の getResponse
public void setCNonce(java.lang.String cNonce)
throws java.text.ParseException
javax.sip.header.AuthenticationInfoHeader 内の setCNoncecNonce - - 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 void setNextNonce(java.lang.String nextNonce)
throws java.text.ParseException
javax.sip.header.AuthenticationInfoHeader 内の setNextNoncenextNonce - - 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 void setNonceCount(int nonceCount)
throws java.text.ParseException
javax.sip.header.AuthenticationInfoHeader 内の setNonceCountnonceCount - - 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 void setQop(java.lang.String qop)
throws java.text.ParseException
javax.sip.header.AuthenticationInfoHeader 内の setQopqop - - 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 void setResponse(java.lang.String response)
throws java.text.ParseException
javax.sip.header.AuthenticationInfoHeader 内の setResponseresponse - - the new response String of this
AuthenticationInfoHeader.
java.text.ParseException - which signals that an error has been reached
unexpectedly while parsing the Response.
public void setParameter(java.lang.String name,
java.lang.String value)
throws java.text.ParseException
ParametersHeader の記述:
javax.sip.header.Parameters 内の setParameterParametersHeader 内の setParametername - - a String specifying the parameter namevalue - - a String specifying the parameter value
java.text.ParseException - which signals that an error has been reached
unexpectedly while parsing the parameter name or value.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||