| Package | Description |
|---|---|
| net.jradius.client |
Contains the RadiusClient API and the RadClient and RadBench programs.
|
| net.jradius.packet |
JRadius Core RADIUS Packet Objects and Utilities.
|
| Modifier and Type | Method and Description |
|---|---|
protected RadiusResponse |
UDPClientTransport.receive(RadiusRequest req) |
protected abstract RadiusResponse |
RadiusClientTransport.receive(RadiusRequest req) |
void |
RadiusClient.send(RadiusRequest p) |
protected void |
UDPClientTransport.send(RadiusRequest req,
int attempt) |
protected abstract void |
RadiusClientTransport.send(RadiusRequest req,
int attempt) |
RadiusResponse |
RadiusClientTransport.sendReceive(RadiusRequest p,
int retries)
Send and receive RadiusPackets
|
RadiusResponse |
RadiusClient.sendReceive(RadiusRequest p,
int retries) |
boolean |
RadiusClientTransport.verifyAuthenticator(RadiusRequest request,
RadiusResponse reply)
Verify the RADIUS Authenticator
|
static boolean |
RadiusClientTransport.verifyAuthenticator(RadiusRequest request,
RadiusResponse reply,
String sharedSecret) |
boolean |
RadiusClientTransport.verifyMessageAuthenticator(RadiusRequest request,
RadiusResponse reply,
boolean required)
Verify the Message-Authenticator based on RFC 2869
|
static boolean |
RadiusClientTransport.verifyMessageAuthenticator(RadiusRequest request,
RadiusResponse reply,
String sharedSecret,
boolean required) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessRequest
The RADIUS Access-Request Packet.
|
class |
AccountingRequest
The RADIUS Accounting-Request Packet.
|
class |
AccountingStatus
The RADIUS Accounting-Status Packet.
|
class |
CoARequest
The RADIUS CoA-Request Packet.
|
class |
DisconnectRequest
The RADIUS Disconnect-Request Packet.
|
class |
PasswordRequest
The RADIUS Password-Request Packet.
|
| Modifier and Type | Method and Description |
|---|---|
static RadiusRequest |
PacketFactory.newPacket(byte b,
RadiusClient client,
AttributeList list) |
Copyright © 2017. All rights reserved.