net.jradius.radsec
Class SimpleProxyHandler

java.lang.Object
  extended by net.jradius.handler.EventHandlerBase
      extended by net.jradius.handler.PacketHandlerBase
          extended by net.jradius.radsec.SimpleProxyHandler
All Implemented Interfaces:
net.jradius.handler.chain.JRCommand, net.jradius.handler.EventHandler, org.apache.commons.chain.Command, org.springframework.beans.factory.InitializingBean

public class SimpleProxyHandler
extends net.jradius.handler.PacketHandlerBase
implements org.springframework.beans.factory.InitializingBean


Field Summary
 
Fields inherited from class net.jradius.handler.EventHandlerBase
config
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
SimpleProxyHandler()
           
 
Method Summary
 void afterPropertiesSet()
           
 boolean handle(net.jradius.server.JRadiusRequest request)
           
 void setAcctPort(Integer acctPort)
           
 void setAuthPort(Integer authPort)
           
 void setRadiusClient(net.jradius.client.RadiusClient radiusClient)
           
 void setRadiusServer(String radiusServer)
           
 void setSharedSecret(String sharedSecret)
           
 
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
 

Constructor Detail

SimpleProxyHandler

public SimpleProxyHandler()
Method Detail

handle

public boolean handle(net.jradius.server.JRadiusRequest request)
               throws Exception
Specified by:
handle in class net.jradius.handler.PacketHandlerBase
Throws:
Exception

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

setRadiusClient

public void setRadiusClient(net.jradius.client.RadiusClient radiusClient)

setRadiusServer

public void setRadiusServer(String radiusServer)

setAuthPort

public void setAuthPort(Integer authPort)

setAcctPort

public void setAcctPort(Integer acctPort)

setSharedSecret

public void setSharedSecret(String sharedSecret)


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.