Sun Java System Access Manager 7 2005Q4 C API Reference

am_sso_get_max_idle_time()

Gets the maximum idle time for this session.

Syntax

#include "am_sso.h"
AM_EXPORT time_t
am_sso_get_max_idle_time(const am_sso_token_handle_t sso_token);

Parameters

This function takes the following parameters:

sso_token_handle

The SSO token handle.

Returns

This function returns the maximum idle time for this session handle in seconds.( time_t) -1 if there was any error.