ClearBox Server™ v1.2 Developer's Guide

ICommonExtender

When to Implement

This is the mandatory interface and must be implemented by any server extension. This interface is the base for ICommonExtenderEx which can be implemented instead of this one.

When to Use

This interface is used to execute tasks vital for ClearBox Server as a whole - shared secret management, initialization and timers.

Methods in Vtable Order

ICommonExtender Methods Description
GetClientConnectionKey
Called when server needs to know secret key shared with specified client.
Initialize
Called once when server initialize or uninitialize the extension.
GetParamString
Reserved for future use.
SetParamString
Reserved for future use.
RequestTimerCall
Called by server to request whether extension needs to receive calls on timer.
TimerCall
This method is called by extension periodically.

Library

Declared in <server installation path>\SDK\TACRADServer.tlb

See Also

RADIUS secrets, TACACS+ secrets, ICommonExtenderEx


© 2001-2003 XPerience Technologies. www.xperiencetech.com

Created by chm2web html help conversion utility.