public abstract class RadiusResponse extends RadiusPacket
attributes, authenticator, code, identifier, MAX_PACKET_LENGTH, MIN_PACKET_LENGTH, RADIUS_HEADER_LENGTH, recyclable, recycled| Constructor and Description |
|---|
RadiusResponse() |
RadiusResponse(int id,
AttributeList list) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateAuthenticator(byte[] requestAuthenticator,
String sharedSecret) |
boolean |
verifyAuthenticator(byte[] requestAuthenticator,
String sharedSecret)
Calculates and compares the RADIUS Response Authenticator (per RFC 2865)
|
addAttribute, addAttributes, createAuthenticator, findAttribute, findAttribute, findAttributes, getAttributes, getAttributeValue, getAttributeValue, getAuthenticator, getAuthenticator, getAuthenticator, getCode, getIdentifier, isRecyclable, overwriteAttribute, removeAttribute, removeAttribute, setAuthenticator, setCode, setIdentifier, toString, toString, verifyAuthenticatorpublic RadiusResponse()
public RadiusResponse(int id,
AttributeList list)
public boolean verifyAuthenticator(byte[] requestAuthenticator,
String sharedSecret)
requestAuthenticator - The Authenticator of the requestpublic void generateAuthenticator(byte[] requestAuthenticator,
String sharedSecret)
Copyright © 2017. All rights reserved.