|
RADIUS Client API (V3) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectEAPState
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 |
public int identifier
public byte[] name
public int state
| Constructor Detail |
public EAPState()
|
RADIUS Client API (V3) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||