|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jradius.handler.EventHandlerBase
net.sf.jradius.handler.EventHandlerChain
net.sf.jradius.handler.PacketHandlerChain
net.sf.jradius.handler.RadiusSessionHandler
net.sf.jradius.handler.proxy.ProxyClassHandler
public class ProxyClassHandler
Rewrites the Class Attribute with the Session Class (for use in pre-proxy). This handler works in cooperation with the PostAuthorizeClassHandler and will rewrite the out-going Class attribute to be the appropriate value for the session (the value returned to us and captured in the PostAuthorizeClassHandler)
PostAuthorizeClassHandler
Field Summary |
---|
Fields inherited from class net.sf.jradius.handler.RadiusSessionHandler |
---|
ClassPrefix, tlsTunnels |
Fields inherited from class net.sf.jradius.handler.EventHandlerBase |
---|
config |
Constructor Summary | |
---|---|
ProxyClassHandler()
|
Method Summary | |
---|---|
boolean |
handle(JRadiusRequest request)
Derived classes must implement the handle method |
Methods inherited from class net.sf.jradius.handler.RadiusSessionHandler |
---|
noSessionFound |
Methods inherited from class net.sf.jradius.handler.PacketHandlerChain |
---|
handle |
Methods inherited from class net.sf.jradius.handler.EventHandlerChain |
---|
execute, execute, getCatalog, getCatalogName, getOnFalse, getOnTrue, setCatalogName, setConfig, setOnFalse, setOnTrue |
Methods inherited from class net.sf.jradius.handler.EventHandlerBase |
---|
doesHandle, execute, getName, setName, splitUserName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jradius.handler.EventHandler |
---|
setName |
Methods inherited from interface net.sf.jradius.handler.chain.JRCommand |
---|
doesHandle, getName, setConfig |
Methods inherited from interface org.apache.commons.chain.Command |
---|
execute |
Constructor Detail |
---|
public ProxyClassHandler()
Method Detail |
---|
public boolean handle(JRadiusRequest request) throws java.lang.Exception
PacketHandler
handle
in interface PacketHandler
handle
in class PacketHandlerChain
request
- The JRadiusRequest being processed
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |