net.sf.jradius.handler.tlstunnel
Class AuthorizeHandler
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.AuthorizeHandler
- All Implemented Interfaces:
- JRCommand, EventHandler, PacketHandler, org.apache.commons.chain.Command
public class AuthorizeHandler
- extends RadiusSessionHandler
TLS Tunnel Termination Authorization 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 |
AuthorizeHandler
public AuthorizeHandler()
handle
public boolean handle(JRadiusRequest request)
throws java.lang.Exception
- Description copied from interface:
PacketHandler
- Derived classes must implement the handle method
- 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:
java.lang.Exception
getAnonUserName
public java.lang.String getAnonUserName()
- Returns:
- Returns the anonUserName.
setAnonUserName
public void setAnonUserName(java.lang.String anonUserName)
- Parameters:
anonUserName
- The anonUserName to set.
setTerminatedRealms
public void setTerminatedRealms(java.lang.String realms)
getChainName
public java.lang.String getChainName()
setChainName
public void setChainName(java.lang.String chainName)
Copyright © 2006 The JRadius Project, All Rights Reserved.