NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.header.ims
Interface AuthorizationHeaderIms

All Superinterfaces:
AuthorizationHeader, Cloneable, Header, Parameters, Serializable
All Known Implementing Classes:
Authorization

public interface AuthorizationHeaderIms
extends AuthorizationHeader

Extension to Authorization header (3GPP TS 24299-5d0) This extension defines a new auth-param for the Authorization header used in REGISTER requests. For more information, see RFC 2617 [21] subclause 3.2.2.

Author:
ALEXANDRE MIGUEL SILVA SANTOS

Field Summary
static String NO
           
static String YES
           
 
Fields inherited from interface javax.sip.header.AuthorizationHeader
NAME
 
Method Summary
 String getIntegrityProtected()
           
 void setIntegrityProtected(String integrityProtected)
           
 
Methods inherited from interface javax.sip.header.AuthorizationHeader
getAlgorithm, getCNonce, getNonce, getNonceCount, getOpaque, getQop, getRealm, getResponse, getScheme, getURI, getUsername, setAlgorithm, setCNonce, setNonce, setNonceCount, setOpaque, setQop, setRealm, setResponse, setScheme, setURI, setUsername
 
Methods inherited from interface javax.sip.header.Parameters
getParameter, getParameterNames, removeParameter, setParameter
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, hashCode, toString
 

Field Detail

YES

static final String YES
See Also:
Constant Field Values

NO

static final String NO
See Also:
Constant Field Values
Method Detail

setIntegrityProtected

void setIntegrityProtected(String integrityProtected)
                           throws InvalidArgumentException,
                                  ParseException
Parameters:
integrityProtected -
Throws:
ParseException
InvalidArgumentException

getIntegrityProtected

String getIntegrityProtected()

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.