Sun Java System Access Manager 7.1 C API Reference

am_web_get_authType()

Determines if the auth-type value DSAME should be replaced by Basic in the Sun Java System Access Manager Policy Agent 2.2 for Microsoft IIS 6.0.

Details

The Sun Java System Access Manager Policy Agent 2.2 for Microsoft IIS 6.0 is defined in <am_web.h> as having auth-type value equal to DSAME.

#define     AM_WEB_AUTH_TYPE_VALUE     "DSAME"

DSAME is a hard-coded value representing all Access Manager authentication types other than Basic.

Syntax

#include "am_web.h"
AM_WEB_EXPORT const char *
am_web_get_authType();

Parameters

This function takes no parameters.

Returns

This function returns either DSAME or Basic.