Sun Java System Access Manager 7 2005Q4 C API Reference

am_auth_has_more_requirements()

Checks to see if there are requirements to be supplied to complete the login process.

Syntax

#include "am_auth.h"
AM_EXPORT boolean_t
am_auth_has_more_requirements(am_auth_context_t auth_ctx);

Parameters

This function takes the following parameter:

auth_ctx

Handle of the auth context.

Returns

This function returns boolean_t with one of the following values:

B_TRUE

If there are more requirements.

B_FALSE

If there are no more requirements.

Details

This call is invoked after invoking the login() call. If there are requirements to be supplied, then the caller can retrieve and submit the requirements in the form of callbacks.