net.jradius.client.auth
Class CHAPAuthenticator
java.lang.Object
net.jradius.client.auth.RadiusAuthenticator
net.jradius.client.auth.CHAPAuthenticator
public class CHAPAuthenticator
- extends RadiusAuthenticator
CHAP Authentication.
- Author:
- David Bird
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
CHAPAuthenticator
public CHAPAuthenticator()
getAuthName
public 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
verifyPassword
public static boolean verifyPassword(byte[] response,
byte[] challenge,
byte id,
byte[] clearText)
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.