ClearBox Server™ v1.2 Developer's Guide

IRADIUSProcessor

When to Implement

It's optional.

When to Use

It is implemented when extension needs to process packets other than authentication or accounting or it needs more flexible processing than framework provides.

Methods in Vtable Order

IRADIUSProcessor MethodsDescription
CanProcessPacket
Called by server to ask extension if it is capable of processing this type of packets.
ProcessPacket
Called by server when code of the packet is accepted in preceding call to IRADIUSProcessor::CanProcessPacket.
PostProcessPacket Called by server after authentication response packet was formed to give extension chance to modify it.

Remarks

This interface may be used together with framework interfaces (e.g. IRADIUSAccounting).

Library

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

See Also

RADIUS concepts


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

Created by chm2web html help conversion utility.