RADIUS Client API (V3)

Uses of Class
com.theorem.radius3.EAPException

Packages that use EAPException
com.theorem.radius3   
com.theorem.radius3.eap   
 

Uses of EAPException in com.theorem.radius3
 

Constructors in com.theorem.radius3 that throw EAPException
EAPPacket(byte[] eapData)
          Constructor to disassemble an EAP packet from an EAP-Message packet.
EAPPacket(AttributeList list)
          Create the EAP Packet from an attribute list.
 

Uses of EAPException in com.theorem.radius3.eap
 

Methods in com.theorem.radius3.eap that throw EAPException
 void EAPClient.reset(byte[] name)
          Reset the client for a new EAP request.
 int EAPClient.send(AttributeList requestList)
          Perform an authentication with the given attributes.
 EAPPacket EAPClient.getEAPPacket()
          Get the EAP message packet in the response from the server.
 boolean EAPMD5Client.authenticate(byte[] password)
          Perform an authentication with the name given to the constructor.
 boolean EAPMD5Client.authenticate(byte[] name, byte[] password)
          Perform the EAP MD5 authethentication with a new name.
 

Constructors in com.theorem.radius3.eap that throw EAPException
EAPClient(RADIUSClient rc, AttributeList commonList)
          EAP client constructor.
EAPClient(byte[] name, RADIUSClient radClient, InetAddress nasIPAddress, String nasIdentifier)
          EAP client constructor.
EAPClient(byte[] name, InetAddress server, int port, String secret, int timeout, InetAddress nasIPAddress, String nasIdentifier)
          EAP client constructor.
EAPMD5Client(RADIUSClient rc, AttributeList commonList)
          EAP MD5 client constructor.
EAPMD5Client(byte[] name, InetAddress server, int port, String secret, int timeout, InetAddress nasIPAddress, String nasIdentifier)
          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.