net.sf.jradius.handler.tlstunnel
Class InitTunnelSessionHandler
java.lang.Object
net.sf.jradius.handler.EventHandlerBase
net.sf.jradius.handler.EventHandlerChain
net.sf.jradius.handler.PacketHandlerChain
net.sf.jradius.handler.RadiusSessionHandler
net.sf.jradius.handler.tlstunnel.InitTunnelSessionHandler
- All Implemented Interfaces:
- JRCommand, EventHandler, PacketHandler, org.apache.commons.chain.Command
public class InitTunnelSessionHandler
- extends RadiusSessionHandler
Tunnel Session Initialization Handler.
- Author:
- David Bird
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.commons.chain.Command |
execute |
InitTunnelSessionHandler
public InitTunnelSessionHandler()
handle
public boolean handle(JRadiusRequest request)
throws RadiusException
- This handler is to be chained before the actual InitSessionHandler.
In the event the request is the inner request of a TLS tunnel, the associated
session if found and configured.
- Specified by:
handle
in interface PacketHandler
- Overrides:
handle
in class PacketHandlerChain
- Parameters:
request
- The JRadiusRequest being processed
- Returns:
- Returns true of the command is handled (i.e. break the chain)
- Throws:
RadiusException
- See Also:
PacketHandler.handle(net.sf.jradius.server.JRadiusRequest)
setLocalRealms
public void setLocalRealms(java.lang.String localRealms)
setSecureRealms
public void setSecureRealms(java.lang.String localRealms)
isLocalRealm
public boolean isLocalRealm(java.lang.String realm)
isSecureRealm
public boolean isSecureRealm(java.lang.String realm)
Copyright © 2006 The JRadius Project, All Rights Reserved.