public class RadiusSessionFactory extends Object implements SessionFactory
| 构造器和说明 |
|---|
RadiusSessionFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 SessionFactoryRadiusExceptionpublic JRadiusSession newSession(JRadiusRequest request) throws RadiusException
newSession 在接口中 SessionFactoryRadiusExceptionpublic JRadiusLogEntry newSessionLogEntry(JRadiusEvent event, JRadiusSession session, String packetId)
newSessionLogEntry 在接口中 SessionFactoryprotected String createNewSessionID()
public String getConfigValue(String name)
getConfigValue 在接口中 SessionFactorypublic void setConfig(XMLConfiguration config, org.apache.commons.configuration.HierarchicalConfiguration.Node root)
setConfig 在接口中 SessionFactoryCopyright © 2016. All rights reserved.