Sun Java System Access Manager 7 2005Q4 C API Reference

Parameters

This function takes the following parameters:

sso_token_handle

The session handle containing the SSO token id to listen for. The handle will be filled with the session information from the notification message. Any existing contents will be overwritten.

listener

The token change event listener.

args

Arguments to pass to the listener.

dispatch_to_sep_thread

Calls the listener in a separate thread from an internal thread pool. This allows am_notify to return immediately upon parsing the notification message rather than waiting for the listener function(s) to finish before returning.