net.jradius.session
Interface SessionFactory


public interface SessionFactory

An interface for creating new RadiusSession objects

Author:
Gert Jan Verhoog, David Bird

Method Summary
 String getConfigValue(String name)
           
 JRadiusSession getSession(JRadiusRequest request, Object key)
           
 JRadiusSession newSession(JRadiusRequest request)
           
 JRadiusLogEntry newSessionLogEntry(JRadiusEvent event, JRadiusSession session, String packetId)
           
 void setConfig(XMLConfiguration config, org.apache.commons.configuration.HierarchicalConfiguration.Node root)
           
 

Method Detail

getSession

JRadiusSession getSession(JRadiusRequest request,
                          Object key)
                          throws RadiusException
Throws:
RadiusException

newSession

JRadiusSession newSession(JRadiusRequest request)
                          throws RadiusException
Throws:
RadiusException

newSessionLogEntry

JRadiusLogEntry newSessionLogEntry(JRadiusEvent event,
                                   JRadiusSession session,
                                   String packetId)

setConfig

void setConfig(XMLConfiguration config,
               org.apache.commons.configuration.HierarchicalConfiguration.Node root)

getConfigValue

String getConfigValue(String name)


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