Sun Java System Access Manager 7 2005Q4 C API Reference

am_sso_get_sso_token_id()

Gets the SSO token ID for this session.

Syntax

#include "am_sso.h"
AM_EXPORT const char *
am_sso_get_sso_token_id(const am_sso_token_handle_t sso_token_handle);

Parameters

This function takes the following parameters:

sso_token_handle

The SSO token handle.

Returns

This function returns the SSO token ID of this session. NULL if sso_token_handle is invalid or any other error occurred.