public interface SessionFactory
| Modifier and Type | Method and Description |
|---|---|
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) |
JRadiusSession getSession(JRadiusRequest request, Object key) throws RadiusException
RadiusExceptionJRadiusSession newSession(JRadiusRequest request) throws RadiusException
RadiusExceptionJRadiusLogEntry newSessionLogEntry(JRadiusEvent event, JRadiusSession session, String packetId)
void setConfig(XMLConfiguration config, org.apache.commons.configuration.HierarchicalConfiguration.Node root)
Copyright © 2017. All rights reserved.