|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
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
public class Credentials
Credentials that are used in authentication and authorization headers.
Constructor Summary | |
---|---|
Credentials()
Default constructor |
Method Summary | |
---|---|
Object |
clone()
Clones this object. |
String |
encode()
Encode the header into a String. |
gov.nist.core.NameValueList |
getCredentials()
get the parameters list. |
String |
getScheme()
get the scheme field. |
void |
setCredentials(gov.nist.core.NameValueList c)
Set the parameters member |
void |
setScheme(String s)
Set the scheme member |
Methods inherited from class gov.nist.javax.sip.header.SIPObject |
---|
dbgPrint, debugDump, debugDump, encode, equals, match, toString |
Methods inherited from class gov.nist.core.GenericObject |
---|
getClassFromName, getMatcher, isMySubclass, makeClone, merge, setMatcher |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Credentials()
Method Detail |
---|
public gov.nist.core.NameValueList getCredentials()
public String getScheme()
public void setScheme(String s)
s
- String to setpublic void setCredentials(gov.nist.core.NameValueList c)
c
- NameValueList to set.public String encode()
SIPObject
encode
in class SIPObject
public Object clone()
gov.nist.core.GenericObject
clone
in class gov.nist.core.GenericObject
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |