|
||||||||||
| 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.RadiusResponse
public abstract class RadiusResponse
The RADIUS Response Packet
| Field Summary |
|---|
| Fields inherited from class net.sf.jradius.packet.RadiusPacket |
|---|
attributes, authenticator, code, identifier, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, RADIUS_HEADER_LENGTH |
| Constructor Summary | |
|---|---|
RadiusResponse()
|
|
| Method Summary | |
|---|---|
boolean |
verifyAuthenticator(RadiusClient client,
byte[] requestAuthenticator)
Calculates and compares the RADIUS Response Authenticator (per RFC 2865) |
| 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 |
| Constructor Detail |
|---|
public RadiusResponse()
| Method Detail |
|---|
public boolean verifyAuthenticator(RadiusClient client,
byte[] requestAuthenticator)
client - The RadiusClient being usedrequestAuthenticator - The Authenticator of the request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||