JAIN-SIP 2.0 API

javax.sip.header.ims
Interface PAssertedIdentityHeader

All Superinterfaces:
Cloneable, Header, HeaderAddress, Serializable

public interface PAssertedIdentityHeader
extends HeaderAddress, Header

P-Asserted-Identity header. See RFC 3455 Contains a URI (commonly a SIP URI) and an optional display-name enable a network of trusted SIP servers to assert the identity of authenticated users, and the application of existing privacy mechanisms to the identity problem. The use of this extension is only applicable inside an administrative domain with previously agreed-upon policies for generation, transport and usage of such information.

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

Field Summary
static String NAME
          Name of AssertIdentityHeader
 
Method Summary
 
Methods inherited from interface javax.sip.header.HeaderAddress
getAddress, setAddress
 
Methods inherited from interface javax.sip.header.Header
clone, equals, getName, getValue, hashCode, toString
 

Field Detail

NAME

static final String NAME
Name of AssertIdentityHeader

See Also:
Constant Field Values

JAIN-SIP 2.0 API


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