RADIUS Client API (V3)

Uses of Class
com.theorem.radius3.RADIUSClient

Packages that use RADIUSClient
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.eap   
 

Uses of RADIUSClient in com.theorem.radius3.auth.digest.client
 

Constructors in com.theorem.radius3.auth.digest.client with parameters of type RADIUSClient
ClientDigest(RADIUSClient rc, AttributeList commonList)
          Constructor.
 

Uses of RADIUSClient in com.theorem.radius3.auth.rsaace.client
 

Constructors in com.theorem.radius3.auth.rsaace.client with parameters of type RADIUSClient
RSAACEClient(RADIUSClient rc, String name, char[] pin, AttributeList common, RSAACEHandler handler)
           
 

Uses of RADIUSClient in com.theorem.radius3.eap
 

Fields in com.theorem.radius3.eap declared as RADIUSClient
 RADIUSClient EAPClient.radClient
           
 

Constructors in com.theorem.radius3.eap with parameters of type RADIUSClient
EAPClient(RADIUSClient rc, AttributeList commonList)
          EAP client constructor.
EAPClient(byte[] name, RADIUSClient radClient, InetAddress nasIPAddress, String nasIdentifier)
          EAP client constructor.
EAPMD5Client(RADIUSClient rc, AttributeList commonList)
          EAP MD5 client constructor.
EAPMD5Client(byte[] name, RADIUSClient radClient, InetAddress nasIPAddress, String nasIdentifier)
          EAP MD5 client constructor.
 


RADIUS Client API (V3)

Submit a bug report or feature request

Copyright 1998-2008 AXL Software. PO Box 97, Viola, Delaware 19979, U.S.A. All Rights Reserved.