net.jradius.handler.accounting
Class AccountingClassHandler
java.lang.Object
net.jradius.handler.EventHandlerBase
net.jradius.handler.EventHandlerChain
net.jradius.handler.PacketHandlerChain
net.jradius.handler.RadiusSessionHandler
net.jradius.handler.accounting.AccountingClassHandler
- All Implemented Interfaces:
- net.jradius.handler.chain.JRCommand, net.jradius.handler.EventHandler, net.jradius.handler.PacketHandler, org.apache.commons.chain.Command
public class AccountingClassHandler
- extends RadiusSessionHandler
Check for the Class Attribute set by PostAuthorizeClassHandler. If not found,
then add a log message stating the NAS did not support this attribute. After
this handler, the attribute is no longer needed and is deleted.
- Author:
- David Bird
- See Also:
PostAuthorizeClassHandler
Fields inherited from class net.jradius.handler.EventHandlerBase |
config |
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Method Summary |
boolean |
handle(net.jradius.server.JRadiusRequest request)
|
Methods inherited from class net.jradius.handler.PacketHandlerChain |
handle |
Methods inherited from class net.jradius.handler.EventHandlerChain |
execute, execute, getCatalog, getCatalogName, getOnFalse, getOnTrue, setCatalogName, setConfig, setOnFalse, setOnTrue |
Methods inherited from class net.jradius.handler.EventHandlerBase |
doesHandle, execute, getName, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.jradius.handler.EventHandler |
setName |
Methods inherited from interface net.jradius.handler.chain.JRCommand |
doesHandle, getName, setConfig |
Methods inherited from interface org.apache.commons.chain.Command |
execute |
AccountingClassHandler
public AccountingClassHandler()
handle
public boolean handle(net.jradius.server.JRadiusRequest request)
throws net.jradius.exception.RadiusException
- Specified by:
handle
in interface net.jradius.handler.PacketHandler
- Overrides:
handle
in class net.jradius.handler.PacketHandlerChain
- Throws:
net.jradius.exception.RadiusException
Copyright © 2008 JRadius Project, All Rights Reserved.