net.sf.jradius.handler.tlstunnel
Class PreAcctHandler

java.lang.Object
  extended by net.sf.jradius.handler.EventHandlerBase
      extended by net.sf.jradius.handler.PacketHandlerBase
          extended by net.sf.jradius.handler.tlstunnel.PreAcctHandler
All Implemented Interfaces:
JRCommand, EventHandler, org.apache.commons.chain.Command

public class PreAcctHandler
extends PacketHandlerBase

TLS Tunnel Termination Pre-Accounting Handler

Author:
David Bird

Field Summary
 
Fields inherited from class net.sf.jradius.handler.EventHandlerBase
config
 
Constructor Summary
PreAcctHandler()
           
 
Method Summary
 boolean handle(JRadiusRequest request)
          Derived classes must implement the handle method
 
Methods inherited from class net.sf.jradius.handler.PacketHandlerBase
handle
 
Methods inherited from class net.sf.jradius.handler.EventHandlerBase
doesHandle, execute, getName, setConfig, setName, splitUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreAcctHandler

public PreAcctHandler()
Method Detail

handle

public boolean handle(JRadiusRequest request)
               throws RadiusException
Description copied from class: PacketHandlerBase
Derived classes must implement the handle method

Specified by:
handle in class PacketHandlerBase
Parameters:
request - The JRadiusRequest being processed
Returns:
Returns true of the command is handled (i.e. break the chain)
Throws:
RadiusException


Copyright © 2006 The JRadius Project, All Rights Reserved.