Sun Java System Access Manager 7 2005Q4 C API Reference

am_sso_get_host()

Gets the host address for this session.

Syntax

#include "am_sso.h"
AM_EXPORT const char *
am_sso_get_host(const am_sso_token_handle_t sso_token);

Parameters

This function takes the following parameter:

sso_token_handle

The SSO token handle.

Returns

This function returns the host name of this session handle as given by the Host property. NULL if the Host property is not set or does not have a value.