Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.context
Interface IdentityInformation

All Superinterfaces:
ContextElement

public interface IdentityInformation
extends ContextElement

This interface encapsulates all identity information available in the context of the Event. This information is available in the P headers of the SIP message.


Method Summary
 String getAccessNetworkInformation()
          Represents P-AccessNetwork-Info header value.
 String getAssertedIdentity()
          Represents P-Asserted-Id header value.
 String getServedUserIdentity()
          Represents P-Served-User header value.
 String getVisitedNetworkIdentity()
          Represents P-Visited-Network-Id header value.

 

Methods inherited from interface com.oracle.sft.api.ContextElement
isUpdatable

 

Method Detail

getAssertedIdentity

String getAssertedIdentity()
Represents P-Asserted-Id header value.
Returns:
Returns P-Asserted-Id, if it is present, null otherwise.

getServedUserIdentity

String getServedUserIdentity()
Represents P-Served-User header value.
Returns:
Returns P-Served-User, if it is present, null otherwise.

getVisitedNetworkIdentity

String getVisitedNetworkIdentity()
Represents P-Visited-Network-Id header value.
Returns:
Returns P-Visited-Network-Id, if it is present, null otherwise.

getAccessNetworkInformation

String getAccessNetworkInformation()
Represents P-AccessNetwork-Info header value.
Returns:
Returns P-AccessNetwork-Info, if it is present, null otherwise.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.