ClearBox Server™ v1.2 Developer's Guide

IRADIUSAuthorization

When to Implement

It's optional.

When to Use

It is implemented when RADIUS attributes processing is needed besides simple authentication.

Methods in Vtable Order

IRADIUSAuthorization MethodsDescription
GetAutorejectAttributes
Called by server to obtain from extension RADIUS AutoReject List. If any of the attributes from request packet match any of attributes from this list, packet is rejected.
GetRequestMatchAttributes
Called by server to obtain from extension RADIUS list of RequestMatch attributes.
NeedAllAttributes
Called by server to ask extension if it wants to receive all attributes from request packet in call to IRADIUSAuthorization::GetResponseAttributes.
GetResponseAttributes
Called by server to obtain from extension RADIUS list of Response attributes.

Remarks

ClearBox Server makes logical separation of authentication and authorization into different interfaces, although they both process the same 'Authentication-Request' packet.

Library

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

See Also

RADIUS concepts, Authorization concepts, RADIUS authorization


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

Created by chm2web html help conversion utility.