public class RadiusLogEntry extends Object implements JRadiusLogEntry
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
clientIPAddress |
protected Integer |
code |
protected boolean |
committed |
protected boolean |
finished |
protected String |
inboundReply |
protected String |
inboundRequest |
protected Date |
lastUpdate |
protected String |
message |
protected String |
nasIdentifier |
protected String |
outboundReply |
protected String |
outboundRequest |
protected String |
packetId |
protected String |
realm |
protected JRadiusSession |
session |
protected String |
type |
protected Integer |
userId |
protected String |
userName |
| 构造器和说明 |
|---|
RadiusLogEntry() |
RadiusLogEntry(JRadiusSession session,
String packetId) |
protected transient JRadiusSession session
protected Integer code
protected String type
protected String message
protected String packetId
protected String clientIPAddress
protected String nasIdentifier
protected String userName
protected String realm
protected Integer userId
protected String inboundRequest
protected String outboundRequest
protected String inboundReply
protected String outboundReply
protected boolean finished
protected boolean committed
protected Date lastUpdate
public RadiusLogEntry()
public RadiusLogEntry(JRadiusSession session, String packetId)
public void init(JRadiusRequest request, JRadiusSession session) throws RadiusException
init 在接口中 JRadiusLogEntryRadiusExceptionpublic String getSessionKey()
public Integer getCode()
public void setCode(Integer code)
setCode 在接口中 JRadiusLogEntrycode - The code to set.public String getType()
public void setType(String type)
setType 在接口中 JRadiusLogEntrytype - The type to set.public void setType(JRadiusRequest request) throws RadiusException
RadiusExceptionpublic String getMessage()
public void setMessage(String message)
message - The message to set.public void addMessage(String message)
addMessage 在接口中 JRadiusLogEntrypublic String getClientIPAddress()
public void setClientIPAddress(String clientIP)
clientIP - The clientIP to set.public String getNasIdentifier()
public void setNasIdentifier(String nasId)
nasId - The nasId to set.public String getUserName()
public void setUserName(String userName)
public String getRealm()
public void setRealm(String realm)
public Integer getUserId()
public void setUserId(Integer userId)
userId - The userId to set.public String getPacketId()
public void setPacketId(String packetId)
packetId - The packetId to set.public String getInboundReply()
getInboundReply 在接口中 JRadiusLogEntrypublic void setInboundReply(String inboundReply)
setInboundReply 在接口中 JRadiusLogEntryinboundReply - The inboundReply to set.public String getInboundRequest()
getInboundRequest 在接口中 JRadiusLogEntrypublic void setInboundRequest(String inboundRequest)
setInboundRequest 在接口中 JRadiusLogEntryinboundRequest - The inboundRequest to set.public String getOutboundReply()
getOutboundReply 在接口中 JRadiusLogEntrypublic void setOutboundReply(String outboundReply)
setOutboundReply 在接口中 JRadiusLogEntryoutboundReply - The outboundReply to set.public String getOutboundRequest()
getOutboundRequest 在接口中 JRadiusLogEntrypublic void setOutboundRequest(String outboundRequest)
setOutboundRequest 在接口中 JRadiusLogEntryoutboundRequest - The outboundRequest to set.public boolean isFinished()
isFinished 在接口中 JRadiusLogEntrypublic void setFinished(boolean finished)
finished - The finished to set.public boolean isCommitted()
isCommitted 在接口中 JRadiusLogEntrypublic void setCommitted(boolean committed)
setCommitted 在接口中 JRadiusLogEntrycommitted - The committed to set.public Date getLastUpdate()
getLastUpdate 在接口中 JRadiusLogEntrypublic void setLastUpdate(Date lastUpdate)
setLastUpdate 在接口中 JRadiusLogEntryCopyright © 2016. All rights reserved.