net.sf.jradius.client.auth
Class EAPMSCHAPv2Authenticator

java.lang.Object
  extended by net.sf.jradius.client.auth.RadiusAuthenticator
      extended by net.sf.jradius.client.auth.EAPAuthenticator
          extended by net.sf.jradius.client.auth.EAPMSCHAPv2Authenticator

public class EAPMSCHAPv2Authenticator
extends EAPAuthenticator

EAP-MSCHAPv2 Authentication.

Author:
David Bird

Field Summary
static java.lang.String NAME
           
 
Fields inherited from class net.sf.jradius.client.auth.EAPAuthenticator
EAP_CISCO_MSCHAPV2, EAP_FAILURE, EAP_GTC, EAP_HEADERLEN, EAP_IDENTITY, EAP_LEAP, EAP_MD5, EAP_MSCHAPV2, EAP_NAK, EAP_NOTIFICATION, EAP_OTP, EAP_PEAP, EAP_REQUEST, EAP_RESPONSE, EAP_SIM, EAP_SUCCESS, EAP_TLS, EAP_TLV, EAP_TTLS
 
Fields inherited from class net.sf.jradius.client.auth.RadiusAuthenticator
client, password, username
 
Constructor Summary
EAPMSCHAPv2Authenticator()
           
 
Method Summary
 byte[] doEAPType(byte id, byte[] data)
           
 java.lang.String getAuthName()
           
 
Methods inherited from class net.sf.jradius.client.auth.EAPAuthenticator
doEAP, eapResponse, getEAPType, isStartWithIdentity, negotiateEAPType, processChallenge, processRequest, setEAPType, setStartWithIdentity
 
Methods inherited from class net.sf.jradius.client.auth.RadiusAuthenticator
getClient, getPassword, getUsername, setClient, setupRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

EAPMSCHAPv2Authenticator

public EAPMSCHAPv2Authenticator()
Method Detail

getAuthName

public java.lang.String getAuthName()
Specified by:
getAuthName in class RadiusAuthenticator
Returns:
Returns the name(s) of the protocol(s) provided.
See Also:
RadiusAuthenticator.getAuthName()

doEAPType

public byte[] doEAPType(byte id,
                        byte[] data)
Specified by:
doEAPType in class EAPAuthenticator
Parameters:
id - The EAP ID
data - The EAP Data
Returns:
Returns the EAP-Type specific EAP-Message


Copyright © 2006 The JRadius Project, All Rights Reserved.