|
||||||||||
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
public abstract class RadiusSessionHandler
Extended from PacketHandler, this type of handler is required to have a JRadiusSession
Field Summary | |
---|---|
static java.lang.String |
ClassPrefix
|
protected static java.util.Map |
tlsTunnels
|
Fields inherited from class net.sf.jradius.handler.EventHandlerBase |
---|
config |
Constructor Summary | |
---|---|
RadiusSessionHandler()
|
Method Summary | |
---|---|
protected boolean |
noSessionFound(JRadiusRequest request)
|
Methods inherited from class net.sf.jradius.handler.PacketHandlerChain |
---|
handle, 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 |
Field Detail |
---|
public static final java.lang.String ClassPrefix
protected static final java.util.Map tlsTunnels
Constructor Detail |
---|
public RadiusSessionHandler()
Method Detail |
---|
protected boolean noSessionFound(JRadiusRequest request) throws RadiusException
RadiusException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |