public class RadiusResponse extends Object
Constructor and Description |
---|
RadiusResponse()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getRealm()
Return the realm that the authentication was made against.
|
Packet |
getResponsePacket()
Get the response packet to be sent to the requester.
|
long |
getTimeToServiceRequestInMilliSeconds()
Set the time to service the request for which the response is being made.
|
String |
getUniversalId()
Get the universal ID of the principal of the AuthContext, or null if none has been set.
|
void |
setRealm(String realm)
Sets the realm against which hte authentication was made.
|
void |
setResponsePacket(Packet responsePacket)
Set the response packet to be sent the the requester.
|
void |
setTimeToServiceRequestInMilliSeconds(long timeToServeRequestInMS)
Set the time to service the request for which the response is being made.
|
void |
setUniversalId(String uid)
Set the Universal ID of the principal of the AuthContext.
|
public void setResponsePacket(Packet responsePacket)
responsePacket
- the packet to be sent to the requester. Must not be null.public Packet getResponsePacket()
public String getRealm()
public void setRealm(String realm)
realm
- the realm to setpublic void setTimeToServiceRequestInMilliSeconds(long timeToServeRequestInMS)
timeToServeRequestInMS
- time to service the request for which the response is being made.public long getTimeToServiceRequestInMilliSeconds()
public void setUniversalId(String uid)
uid
- the principal of the response.public String getUniversalId()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.