This Web service method receives notification requests from the Sh subscriber profile Web service when the filtering criteria for the associated subscriber changes in the HSS. Notifications can be received for both filter criteria modifications and deletions.
This Web service method is used to receive notifications when the InitialFilterCriteria for the associated subscriber and Application Server changes in the HSS. The format of the InitialFilterCriteria is defined in the ShDataType.xsd schema. If the InitialFilterCriteria for this subscriber has been deleted by the HSS, the value of the newCriteria parameter will be null.
public void notifyInitialFilterCriteriaChange(InitialFilterCriteria newCriteria, String publicIdentity) throws Exception { // application logic }
Parameter Name | Type | Description |
---|---|---|
newCriteria | InitialFilterCriteria | The modified or deleted InitialFilterCriteria received from the HSS notification request. If the InitialFilterCriteria for this subscriber has been deleted by the HSS, this value of this parameter will be null. |
publicIdentity | String | This parameter is the publicIdentity associated with the updated InitialFilterCriteria. Specifies the public user identity or public service
identity. This can be either a SIP URL or a TEL URL. Example:
|