AXL RADIUS Server API V3

com.theorem.radserver3.eap
Class EAPState

Object
  extended byEAPState
Direct Known Subclasses:
EAPMD5State

public class EAPState
extends Object

Class to hold EAP State information.

This class is used to hold EAP state information for association with a State attribute maintained by the server. This is not useful for clients.


Field Summary
 int identifier
          EAP Packet Identifier used to track requests and responses.
 byte[] name
          Client's identity, usually sent as the User-Name attribute.
 int state
          State value of the next expected state of authentication.
 
Constructor Summary
EAPState()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

public int identifier
EAP Packet Identifier used to track requests and responses.


name

public byte[] name
Client's identity, usually sent as the User-Name attribute. Used to ensure the name remains the same over the authentication.


state

public int state
State value of the next expected state of authentication. For example, if an MD5 challenge was sent this value should be set to expect an MD5 response.

Constructor Detail

EAPState

public EAPState()

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.