RADIUS Client API (V3)

com.theorem.radius3.dmcoaclient
Interface DMCOACallback


public interface DMCOACallback

Interface to use when handling a Disconnect-Message or Change-of-Authorization Message.


Method Summary
 DMCOAResponse dmcoaCallback(int packetType, AttributeList requestAttributes)
          Called when a Disconnect-Request or CoA-Request is received.
 

Method Detail

dmcoaCallback

public DMCOAResponse dmcoaCallback(int packetType,
                                   AttributeList requestAttributes)
Called when a Disconnect-Request or CoA-Request is received. The caller is given the packet type and the packet's request attributes. The callback expects a DMCOAResponse to be populated with response information and returned.

Parameters:
packetType - Packet type received - either Disconnect-Request or CoA-Request.
requestAttributes - Request attributes.
Returns:
The response information as DMCOAResponse.

RADIUS Client API (V3)

Submit a bug report or feature request

Copyright 1998-2008 AXL Software. PO Box 97, Viola, Delaware 19979, U.S.A. All Rights Reserved.