net.jradius.handler.proxy
Class RewriteSessionIdHandler
java.lang.Object
net.jradius.handler.EventHandlerBase
net.jradius.handler.PacketHandlerBase
net.jradius.handler.proxy.RewriteSessionIdHandler
- All Implemented Interfaces:
- net.jradius.handler.chain.JRCommand, net.jradius.handler.EventHandler, org.apache.commons.chain.Command
public class RewriteSessionIdHandler
- extends net.jradius.handler.PacketHandlerBase
Rewrites the Acct-Session-Id with the session key (for use in pre-proxy).
- Author:
- David Bird
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.PacketHandlerBase |
handle |
Methods inherited from class net.jradius.handler.EventHandlerBase |
doesHandle, execute, getName, setConfig, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RewriteSessionIdHandler
public RewriteSessionIdHandler()
handle
public boolean handle(net.jradius.server.JRadiusRequest request)
throws Exception
- Specified by:
handle
in class net.jradius.handler.PacketHandlerBase
- Throws:
Exception
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.