|
|
AddAuthentication ()
|
/** Add the actual authentication to this request, based on the
request's challenge, credentials and authentication method. */
|
|
|
AddAuthenticationCallback (IAuthFilterEventHandler)
|
/** Adds a subscriber to the events from this request
@param IAuthFilterEventHandler The EventProvider. */
|
|
|
INTEGER GetAuthenticationCallbacks (IAuthFilterEventHandler[])
|
/** Returns the registered listeners.
@param IAuthFilterEventHandler[] An array of listeners
@return integer The number of registgered listeners. */
|
|
|
RemoveAuthenticationCallback (IAuthFilterEventHandler)
|
/** Removes a subscriber from the events from this request
@param IAuthFilterEventHandler The EventProvider. */
|
|
|
SetChallenge (character, character)
|
/** Sets the authentication challenge information for this request.
@param character The authentication method
@param character The challenge text */
|