AXL RADIUS Server API V3

Uses of Class
com.theorem.radserver3.EAPException

Packages that use EAPException
com.theorem.radserver3 Classes that comprise the AXL RADIUS server. 
com.theorem.radserver3.eap Simple EAP client (EAP-MD5) and it's helpers. 
com.theorem.radserver3.module.leap The server side LEAP authentication module. 
com.theorem.radserver3.module.leapclient The client side LEAP authentication module. 
 

Uses of EAPException in com.theorem.radserver3
 

Constructors in com.theorem.radserver3 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.radserver3.eap
 

Methods in com.theorem.radserver3.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.radserver3.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.
 

Uses of EAPException in com.theorem.radserver3.module.leap
 

Methods in com.theorem.radserver3.module.leap that throw EAPException
 byte[] LEAPPacket.getLEAPData()
          Get the LEAP payload data.
 void LEAPImpl.setParameters(String userName, String identity, byte[] password)
          Set the LEAP initial parameters.
 void LEAPImpl.process(AuthInfo auth)
           
 void LEAPImpl.createIdentityFailure(AttributeList request, String userName)
          Create a failure if the Identity is unknown.
 boolean Leap.process(AuthInfo auth)
          Authenticate using the LEAP protocol.
 

Constructors in com.theorem.radserver3.module.leap that throw EAPException
LEAPPacket(AttributeList attributeList)
          Constructor to extract a LEAP packet from EAP-Messages in an AttributeList.
 

Uses of EAPException in com.theorem.radserver3.module.leapclient
 

Methods in com.theorem.radserver3.module.leapclient that throw EAPException
 byte[] LEAPPacket.getLEAPData()
          Get the LEAP payload data.
 boolean LEAPCLIENTImpl.authenticate()
          Authenticate using the LEAP protocol.
 

Constructors in com.theorem.radserver3.module.leapclient that throw EAPException
LEAPPacket(AttributeList attributeList)
          Constructor to extract a LEAP packet from EAP-Messages in an AttributeList.
 


AXL RADIUS Server 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.