|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectLeap
LEAP implementation.
| Field Summary | |
static byte |
LEAPVersion
LEAP protocol version - 1. |
static int |
SEND_SUCCESS
State - notification of success to end program - 7. |
| Constructor Summary | |
Leap()
Constructor for the LEAP client. |
|
| Method Summary | |
boolean |
process(AuthInfo auth)
Authenticate using the LEAP protocol. |
void |
setIdentityRequestMessage(String identityMessage)
Set the Identity request message. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final byte LEAPVersion
public static final int SEND_SUCCESS
| Constructor Detail |
public Leap()
throws RADIUSException
RADIUSException - if the DES encoding algorithm has problems.| Method Detail |
public boolean process(AuthInfo auth)
throws EAPException,
AccessRejectException
auth - AuthInfo object.
EAPException - for a number of EAP problems.
AccessRejectException - if the protocol is incorrect.public void setIdentityRequestMessage(String identityMessage)
If a packet with a code of IDENTITY appear without a name you may send this text with the name request. Normally a system will send the Identity with the IDENTITY packet. If they are known to cause this extra work this value should be set.
identityMessage - Message to send to the client to request their
identity. For example this could be "What's your name? ".
|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||