JAIN-SIP 2.0 API

javax.sip.header.ims
Interface AuthorizationHeaderIms

All Superinterfaces:
AuthorizationHeader, Cloneable, Header, Parameters, Serializable

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.

Since:
2.0
Version:
2.0
Author:
Oracle Inc., NIST

Field Summary
static String NO
           
static String YES
           
 
Fields inherited from interface javax.sip.header.AuthorizationHeader
NAME
 
Method Summary
 String getIntegrityProtected()
          get the IntegrityProtected value.
 void setIntegrityProtected(String integrityProtected)
          set the IntegrityProtected value.
 
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, getParameter, getParameterNames, removeParameter, setParameter
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, getValue, 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
set the IntegrityProtected value.

Parameters:
integrityProtected -
Throws:
ParseException
InvalidArgumentException

getIntegrityProtected

String getIntegrityProtected()
get the IntegrityProtected value.

Returns:
the integrityProtected value.

JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.