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

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

All Superinterfaces:
Cloneable, Header, HeaderAddress, Serializable
All Known Implementing Classes:
PAssertedIdentity

public interface PAssertedIdentityHeader
extends HeaderAddress, Header

P-Asserted-Identity header Private Header: 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.


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, hashCode, toString
 

Field Detail

NAME

static final String NAME
Name of AssertIdentityHeader

See Also:
Constant Field Values

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.