|
AXL RADIUS Server API V3 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use ClientSendException | |
| com.theorem.radserver3 | Classes that comprise the AXL RADIUS server. |
| com.theorem.radserver3.auth.digest.client | This handles the SIP/HTTP digest authentication as descrived in the draft-sterman-aaa-sip-00.txt. |
| com.theorem.radserver3.auth.rsaace.client | This client handles the RSA ACE server's Access-Challenges. |
| com.theorem.radserver3.dmcoaserver | Server side Disconnect-Message and Change-of-Authorization messages support. |
| com.theorem.radserver3.module.leapclient | The client side LEAP authentication module. |
| com.theorem.radserver3.radutil | Various utilities to assist programmers and the RADIUS server / client. |
| Uses of ClientSendException in com.theorem.radserver3 |
| Methods in com.theorem.radserver3 that throw ClientSendException | |
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 ClientSendException in com.theorem.radserver3.auth.digest.client |
| Methods in com.theorem.radserver3.auth.digest.client that throw ClientSendException | |
int |
ClientDigest.authenticate()
Perform the authentication. |
| Uses of ClientSendException in com.theorem.radserver3.auth.rsaace.client |
| Methods in com.theorem.radserver3.auth.rsaace.client that throw ClientSendException | |
RSAACEInfo |
RSAACEClient.process()
Process the requests. |
| Uses of ClientSendException in com.theorem.radserver3.dmcoaserver |
| Methods in com.theorem.radserver3.dmcoaserver that throw ClientSendException | |
int |
SendDMCOA.send()
Sends the DM / COA packet. |
| Uses of ClientSendException in com.theorem.radserver3.module.leapclient |
| Methods in com.theorem.radserver3.module.leapclient that throw ClientSendException | |
boolean |
LEAPCLIENTImpl.authenticate()
Authenticate using the LEAP protocol. |
| Uses of ClientSendException in com.theorem.radserver3.radutil |
| Methods in com.theorem.radserver3.radutil that throw ClientSendException | |
int |
Replay.send(byte[] packetData)
Send the raw packet data. |
|
AXL RADIUS Server API V3 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||