net.jradius.packet
Class RadiusRequest
java.lang.Object
net.jradius.packet.RadiusPacket
net.jradius.packet.RadiusRequest
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccessRequest, AccountingRequest
public abstract class RadiusRequest
- extends RadiusPacket
A Radius Request (either Access Request or Accounting Request)
- Author:
- David Bird
- See Also:
- Serialized Form
Methods inherited from class net.jradius.packet.RadiusPacket |
addAttribute, addAttributes, createAuthenticator, findAttribute, findAttribute, findAttributes, getAttributes, getAttributeValue, getAttributeValue, getAuthenticator, getAuthenticator, getAuthenticator, getCode, getIdentifier, overwriteAttribute, removeAttribute, removeAttribute, setAuthenticator, setCode, setIdentifier, toString, toString, verifyAuthenticator |
client
protected RadiusClient client
RadiusRequest
public RadiusRequest()
- Default constructor
RadiusRequest
public RadiusRequest(RadiusClient client)
- Constructor
- Parameters:
client
- The client context to be used (when creating UDP packets)
RadiusRequest
public RadiusRequest(AttributeList attributes)
- Constructor
- Parameters:
attributes
- The attributes to be used
RadiusRequest
public RadiusRequest(RadiusClient client,
AttributeList attributes)
- Constructor
- Parameters:
client
- The client context to be used (when creating UDP packets)attributes
- The attributes to be used
setRadiusClient
public void setRadiusClient(RadiusClient client)
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.