public class RadiusSessionFactory extends Object implements SessionFactory
| Constructor and Description |
|---|
RadiusSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createNewSessionID() |
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) |
public JRadiusSession getSession(JRadiusRequest request, Object key) throws RadiusException
getSession in interface SessionFactoryRadiusExceptionpublic JRadiusSession newSession(JRadiusRequest request) throws RadiusException
newSession in interface SessionFactoryRadiusExceptionpublic JRadiusLogEntry newSessionLogEntry(JRadiusEvent event, JRadiusSession session, String packetId)
newSessionLogEntry in interface SessionFactoryprotected String createNewSessionID()
public String getConfigValue(String name)
getConfigValue in interface SessionFactorypublic void setConfig(XMLConfiguration config, org.apache.commons.configuration.HierarchicalConfiguration.Node root)
setConfig in interface SessionFactoryCopyright © 2017. All rights reserved.