Sun Java System Access Manager 7.1 C API Reference

am_log_record_populate()

Updates a log record with the user’s session identifier (also known as an SSOTokenID).

Details

See Single Sign-on Token Handles for more information.

Syntax

#include "am_log.h"
AM_EXPORT am_status_t
am_log_record_populate(am_log_record_t record,
                       const char *user_token_id);

Parameters

This function takes the following parameters:

record

A log record pointer.

user_token_id

Pointer to a valid session identifier (also known as an SSOTokenID).

Returns

This function returns one of the values of the am_status_t enumeration (defined in the <am_types.h> header file).