Sun Java System Access Manager 7 2005Q4 C API Reference

am_sso_get_auth_level()

Gets the authentication level for this session.

Syntax

#include "am_sso.h"
AM_EXPORT unsigned long
am_sso_get_auth_level(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 authentication level of this session handle; returns ULONG_MAX if there was any error.