Sun Java System Access Manager 7 2005Q4 C API Reference

am_sso_destroy_sso_token_handle()

Destroys the handle to session information.

Syntax

#include "am_sso.h"
AM_EXPORT am_status_t
am_sso_destroy_sso_token_handle(am_sso_token_handle_t sso_token_handle);

Parameters

This function takes the following parameter:

sso_token_handle

SSO token handle to be de-allocated.

Returns

This function returns am_status_t with one of the following values:

AM_SUCCESS

If the memory release process was successful.

AM_INVALID_ARGUMENT

If the session_token_handle parameter is NULL.

AM_FAILURE

If any other error occurred.

Details

This function does NOT log out the user or invalidate the session.