net.sf.jradius.client.auth
Class CHAPAuthenticator

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

public class CHAPAuthenticator
extends RadiusAuthenticator

CHAP Authentication.

Author:
David Bird

Field Summary
static java.lang.String NAME
           
 
Fields inherited from class net.sf.jradius.client.auth.RadiusAuthenticator
client, password, username
 
Constructor Summary
CHAPAuthenticator()
           
 
Method Summary
 java.lang.String getAuthName()
           
 void processRequest(RadiusPacket p)
           
 
Methods inherited from class net.sf.jradius.client.auth.RadiusAuthenticator
getClient, getPassword, getUsername, processChallenge, 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

CHAPAuthenticator

public CHAPAuthenticator()
Method Detail

getAuthName

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

processRequest

public void processRequest(RadiusPacket p)
                    throws RadiusException
Specified by:
processRequest in class RadiusAuthenticator
Parameters:
p - The RadiusPacket to be processed
Throws:
RadiusException


Copyright © 2006 The JRadius Project, All Rights Reserved.