public class PAPAuthenticator extends RadiusAuthenticator
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
classAttribute, client, password, stateAttribute, username| Constructor and Description |
|---|
PAPAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthName() |
void |
processRequest(RadiusPacket p) |
static boolean |
verifyPassword(byte[] userPassword,
byte[] requestAuthenticator,
byte[] clearText,
String sharedSecret) |
getClassAttribute, getClient, getPassword, getStateAttribute, getUsername, processChallenge, setClient, setPassword, setupRequest, setUsernamepublic static final String NAME
public String getAuthName()
getAuthName in class RadiusAuthenticatorpublic void processRequest(RadiusPacket p) throws RadiusException
processRequest in class RadiusAuthenticatorp - The RadiusPacket to be processedRadiusExceptionpublic static boolean verifyPassword(byte[] userPassword,
byte[] requestAuthenticator,
byte[] clearText,
String sharedSecret)
Copyright © 2017. All rights reserved.