|
RADIUS Client API (V3) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientReceiveException | |
| com.theorem.radius3 | |
| com.theorem.radius3.auth.digest.client | This handles the SIP/HTTP digest authentication as descrived in the draft-sterman-aaa-sip-00.txt. |
| com.theorem.radius3.auth.rsaace.client | This client handles the RSA ACE server's Access-Challenges. |
| com.theorem.radius3.radutil | Various utilities to assist programmers and the RADIUS server / client. |
| Uses of ClientReceiveException in com.theorem.radius3 |
| Methods in com.theorem.radius3 that throw ClientReceiveException | |
int |
RADIUSClient.authenticate(String password,
AttributeList alist)
Send CHAP Authentication information. |
int |
RADIUSClient.authenticate(String name,
String password,
AttributeList alist)
Send PAP Authentication information. |
int |
RADIUSClient.authenticate(byte[] password,
AttributeList alist)
Send CHAP Authentication information. |
int |
RADIUSClient.authenticate(AttributeList alist)
Actually perform the authentication. |
int |
RADIUSClient.authenticate(int packetType,
AttributeList alist)
Send an authentication request with a particular packet type. |
int |
RADIUSClient.authenticate(byte[] packetData)
Send authentication information using raw packet data. |
int |
RADIUSClient.sendRawPacket(byte[] packetData)
Send RADIUS packet information using raw packet data. |
int |
RADIUSClient.accounting(AttributeList alist)
Send Accounting information. |
int |
RADIUSClient.accounting(int packetType,
AttributeList alist)
Send Accounting information. |
int |
RADIUSClient.dmcoa(int packetType,
AttributeList alist)
Send a Disconnect-Request or CoA-Request packet to be used when simulating a server sending a DM/COA message. |
int |
RADIUSClient.extended(int packetType,
AttributeList alist)
Deprecated. See authenticate() and
accounting(). This method only accesses the authentication
server. |
int |
RADIUSClient.retry()
Retry sending a packet. |
| Uses of ClientReceiveException in com.theorem.radius3.auth.digest.client |
| Methods in com.theorem.radius3.auth.digest.client that throw ClientReceiveException | |
int |
ClientDigest.authenticate()
Perform the authentication. |
| Uses of ClientReceiveException in com.theorem.radius3.auth.rsaace.client |
| Methods in com.theorem.radius3.auth.rsaace.client that throw ClientReceiveException | |
RSAACEInfo |
RSAACEClient.process()
Process the requests. |
| Uses of ClientReceiveException in com.theorem.radius3.radutil |
| Methods in com.theorem.radius3.radutil that throw ClientReceiveException | |
int |
Replay.send(byte[] packetData)
Send the raw packet data. |
|
RADIUS Client API (V3) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||