|
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.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.header.SIPObject
gov.nist.javax.sip.header.Credentials
Credentials that are used in authentication and authorization headers.
| Constructor Summary | |
Credentials()
Default constructor |
|
| Method Summary | |
String |
encode()
Encode the header into a String. |
NameValueList |
getCredentials()
get the parameters list. |
String |
getScheme()
get the scheme field. |
void |
setCredential(NameValue nameValue)
|
void |
setCredentials(NameValueList c)
Set the parameters member |
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, match, setMatcher |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Credentials()
| Method Detail |
public NameValueList getCredentials()
public String getScheme()
public void setScheme(String s)
s - String to setpublic void setCredentials(NameValueList c)
c - NameValueList to set.public String encode()
SIPObject
encode in class SIPObjectpublic void setCredential(NameValue nameValue)
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||