| 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 |
|---|---|
RadiusResponse |
RadiusClient.authenticate(AccessRequest p,
RadiusAuthenticator auth,
int retries)
Authenicates using the specified method.
|
protected RadiusResponse |
UDPClientTransport.receive(RadiusRequest req) |
protected abstract RadiusResponse |
RadiusClientTransport.receive(RadiusRequest req) |
RadiusResponse |
RadiusClientTransport.sendReceive(RadiusRequest p,
int retries)
Send and receive RadiusPackets
|
RadiusResponse |
RadiusClient.sendReceive(RadiusRequest p,
int retries) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RadiusClientTransport.verifyAuthenticator(byte[] requestAuth,
RadiusResponse reply,
String sharedSecret) |
boolean |
RadiusClientTransport.verifyAuthenticator(RadiusRequest request,
RadiusResponse reply)
Verify the RADIUS Authenticator
|
static boolean |
RadiusClientTransport.verifyAuthenticator(RadiusRequest request,
RadiusResponse reply,
String sharedSecret) |
static boolean |
RadiusClientTransport.verifyMessageAuthenticator(byte[] requestAuth,
RadiusResponse reply,
String sharedSecret,
boolean required) |
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 |
AccessAccept
The RADIUS Access-Accept Packet.
|
class |
AccessChallenge
The RADIUS Access-Challenge Packet.
|
class |
AccessReject
The RADIUS Access-Reject Packet.
|
class |
AccessResponse |
class |
AccountingResponse
The RADIUS Accounting-Response Packet.
|
class |
CoAACK
The RADIUS CoA-ACK Packet.
|
class |
CoANAK
The RADIUS CoA-NAK Packet.
|
class |
CoAResponse |
class |
DisconnectACK
The RADIUS Disconnect-ACK Packet.
|
class |
DisconnectNAK
The RADIUS Disconnect-ACK Packet.
|
class |
DisconnectResponse |
class |
NullResponse
A non-packet
|
class |
PasswordAck
The RADIUS Password-Ack Packet.
|
class |
PasswordReject
The RADIUS Password-Reject Packet.
|
Copyright © 2017. All rights reserved.