Sun Java System Access Manager 7.1 C API Reference

am_sso_get_auth_level()

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

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 parameter:

sso_token

Pointer to a am_sso_token_handle_t type.

Returns

This function returns the authentication level of the specified handle, or ULONG_MAX if an error occurred.