|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RadiusResponse | |
---|---|
net.sf.jradius.client | Contains the RadiusClient API and the RadClient and RadBench programs. |
net.sf.jradius.packet | JRadius Core RADIUS Packet Objects and Utilities. |
Uses of RadiusResponse in net.sf.jradius.client |
---|
Methods in net.sf.jradius.client that return RadiusResponse | |
---|---|
RadiusResponse |
RadiusClient.authenticate(AccessRequest p,
RadiusAuthenticator auth,
int retries)
Authenicates using the specified method. |
protected RadiusResponse |
RadiusClient.receive()
|
RadiusResponse |
RadiusClient.sendReceive(RadiusRequest p,
java.net.InetAddress a,
int port,
int retries)
Send and receive RadiusPackets |
Uses of RadiusResponse in net.sf.jradius.packet |
---|
Subclasses of RadiusResponse in net.sf.jradius.packet | |
---|---|
class |
AccessAccept
The RADIUS Access-Accept Packet. |
class |
AccessChallenge
The RADIUS Access-Challenge Packet. |
class |
AccessReject
The RADIUS Access-Reject Packet. |
class |
AccountingResponse
The RADIUS Accounting-Response Packet. |
class |
CoAACK
The RADIUS CoA-ACK Packet. |
class |
CoANAK
The RADIUS CoA-NAK Packet. |
class |
DisconnectACK
The RADIUS Disconnect-ACK Packet. |
class |
DisconnectNAK
The RADIUS Disconnect-ACK Packet. |
class |
PasswordAck
The RADIUS Password-Ack Packet. |
class |
PasswordReject
The RADIUS Password-Reject Packet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |