|
AXL Software® | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectEAPClient
EAPMD5Client
Class to handle EAP MD5 authentication.
| Field Summary | |
static int |
NO_STATE
State - initial state, no state assigned - 0. |
| Constructor Summary | |
EAPMD5Client(RADIUSClient radClient,
AttributeList commonList)
EAP MD5 client constructor. |
|
| Method Summary | |
boolean |
authenticate(byte[] password)
Perform the EAP MD5. |
| Methods inherited from class EAPClient |
getAttributes, getDebugIndicator, getEAPPacket, logToDebug, reset, send, setDebug, setDebug |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int NO_STATE
| Constructor Detail |
public EAPMD5Client(RADIUSClient radClient,
AttributeList commonList)
throws EAPException
radClient - RADIUSClient.commonList - List of common attributes (User-Name, NAS-IP-Address, NAS-Identifier
and so on) including any authorization attrbitutes.
EAPException - if the server cannot be found.| Method Detail |
public boolean authenticate(byte[] password)
throws EAPException
password - Plaint text password.
EAPException - if there is a severe problem during authentication.
|
AXL Software® | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||