net.jradius.session
Interface SessionFactory
public interface SessionFactory
An interface for creating new RadiusSession objects
- Author:
- Gert Jan Verhoog, David Bird
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.