|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jradius.packet.RadiusPacket
net.jradius.packet.RadiusResponse
public abstract class RadiusResponse
The RADIUS Response Packet
Field Summary |
---|
Fields inherited from class net.jradius.packet.RadiusPacket |
---|
attributes, authenticator, code, identifier, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, RADIUS_HEADER_LENGTH |
Constructor Summary | |
---|---|
RadiusResponse()
|
|
RadiusResponse(int id,
AttributeList list)
|
Method Summary | |
---|---|
void |
generateAuthenticator(byte[] requestAuthenticator,
java.lang.String sharedSecret)
|
boolean |
verifyAuthenticator(byte[] requestAuthenticator,
java.lang.String sharedSecret)
Calculates and compares the RADIUS Response Authenticator (per RFC 2865) |
Methods inherited from class net.jradius.packet.RadiusPacket |
---|
addAttribute, addAttributes, createAuthenticator, findAttribute, findAttribute, findAttributes, getAttributes, getAttributeValue, getAttributeValue, getAuthenticator, getAuthenticator, getCode, getIdentifier, overwriteAttribute, removeAttribute, removeAttribute, setAuthenticator, setCode, setIdentifier, toString, toString, verifyAuthenticator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RadiusResponse()
public RadiusResponse(int id, AttributeList list)
Method Detail |
---|
public boolean verifyAuthenticator(byte[] requestAuthenticator, java.lang.String sharedSecret)
client
- The RadiusClient being usedrequestAuthenticator
- The Authenticator of the request
public void generateAuthenticator(byte[] requestAuthenticator, java.lang.String sharedSecret)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |