public class RadiusLogEntry extends Object implements JRadiusLogEntry
| Modifier and Type | Field and Description |
|---|---|
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 |
| Constructor and Description |
|---|
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 in interface JRadiusLogEntryRadiusExceptionpublic String getSessionKey()
public Integer getCode()
public void setCode(Integer code)
setCode in interface JRadiusLogEntrycode - The code to set.public String getType()
public void setType(String type)
setType in interface 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 in interface 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 in interface JRadiusLogEntrypublic void setInboundReply(String inboundReply)
setInboundReply in interface JRadiusLogEntryinboundReply - The inboundReply to set.public String getInboundRequest()
getInboundRequest in interface JRadiusLogEntrypublic void setInboundRequest(String inboundRequest)
setInboundRequest in interface JRadiusLogEntryinboundRequest - The inboundRequest to set.public String getOutboundReply()
getOutboundReply in interface JRadiusLogEntrypublic void setOutboundReply(String outboundReply)
setOutboundReply in interface JRadiusLogEntryoutboundReply - The outboundReply to set.public String getOutboundRequest()
getOutboundRequest in interface JRadiusLogEntrypublic void setOutboundRequest(String outboundRequest)
setOutboundRequest in interface JRadiusLogEntryoutboundRequest - The outboundRequest to set.public boolean isFinished()
isFinished in interface JRadiusLogEntrypublic void setFinished(boolean finished)
finished - The finished to set.public boolean isCommitted()
isCommitted in interface JRadiusLogEntrypublic void setCommitted(boolean committed)
setCommitted in interface JRadiusLogEntrycommitted - The committed to set.public Date getLastUpdate()
getLastUpdate in interface JRadiusLogEntrypublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface JRadiusLogEntryCopyright © 2017. All rights reserved.