Sun Java System Access Manager 7.1 C API Reference

am_sso_get_sso_token_id()

Retrieves the SSOTokenID associated with the specified single sign-on token handle.

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

Pointer to a am_sso_token_handle_t type.

Returns

This function returns a pointer to the SSOTokenID, or NULL if sso_token_handle is invalid or any other error occurred.