GetWRDAuthPlugin (open)

Get the authentication plugin for the specified url

Syntax

LOADLIB "mod::wrd/lib/auth.whlib";

OBJECT FUNCTION GetWRDAuthPlugin(STRING url, RECORD options)

Parameters

STRING url

URL to look up

RECORD options

Options

clientwebserver

Id of client webserver, if known

Return value

OBJECT

The auth plugin. Throws an exception if no plugin is registered

Description

This function looks up the fsobject for the url (using LookupPublisherURL) and then obtains the wrdauth plugin object, if ant