|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jradius.packet.RadiusPacket
net.sf.jradius.packet.RadiusRequest
public abstract class RadiusRequest
A Radius Request (either Access Request or Accounting Request)
| Field Summary | |
|---|---|
protected RadiusClient |
client
|
| Fields inherited from class net.sf.jradius.packet.RadiusPacket |
|---|
attributes, authenticator, code, identifier, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, RADIUS_HEADER_LENGTH |
| Constructor Summary | |
|---|---|
RadiusRequest()
Default constructor |
|
RadiusRequest(AttributeList attributes)
Constructor |
|
RadiusRequest(RadiusClient client)
Constructor |
|
RadiusRequest(RadiusClient client,
AttributeList attributes)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class net.sf.jradius.packet.RadiusPacket |
|---|
addAttribute, addAttributes, createAuthenticator, findAttribute, findAttribute, findAttributes, getAttributes, getAttributeValue, getAttributeValue, getAuthenticator, getAuthenticator, getCode, getIdentifier, overwriteAttribute, removeAttribute, removeAttribute, setAuthenticator, setCode, setIdentifier, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected RadiusClient client
| Constructor Detail |
|---|
public RadiusRequest()
public RadiusRequest(RadiusClient client)
client - The client context to be used (when creating UDP packets)public RadiusRequest(AttributeList attributes)
attributes - The attributes to be used
public RadiusRequest(RadiusClient client,
AttributeList attributes)
client - The client context to be used (when creating UDP packets)attributes - The attributes to be used
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||