Sun Java System Access Manager 7 2005Q4 C API Reference

am_sso_init()

Initializes the SSO module in the C API.

Syntax

#include "am_sso.h"
AM_EXPORT am_status_t
am_sso_init(am_properties_t property_map);

Parameters

This function takes the following parameters:

property_map

Properties object to initialize SSO with.

Returns

This function returns am_status_t with one of the following values:

AM_SUCCESS

If the call was successful.

AM_*

If any error occurs, the type of error indicated by the status value.

Details

This call must be made before any calls to am_sso_* functions.