|
AXL RADIUS Server API V3 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use AccessRejectException | |
| com.theorem.radserver3 | Classes that comprise the AXL RADIUS server. |
| com.theorem.radserver3.eap | Simple EAP client (EAP-MD5) and it's helpers. |
| com.theorem.radserver3.module.leap | The server side LEAP authentication module. |
| Uses of AccessRejectException in com.theorem.radserver3 |
| Methods in com.theorem.radserver3 that throw AccessRejectException | |
abstract void |
AccessImpl.authenticate(AuthInfo ai)
Authenticate either through a simple Access-Accept or using an Access-Challenge. |
abstract void |
AccountingImpl.accounting(AccountingInfo ai)
Called by the server to processing accounting requests. |
abstract void |
ProxyImpl.changeRequest(ProxyInfo pi)
Alter routing on an inbound packet by changing proxy information. |
abstract void |
ProxyImpl.changeResponse(ProxyInfo pi)
Alter response packets. |
abstract void |
ExtendedPacketImpl.packet(ExtendedInfo ext)
Handle a non-standard packet type. |
boolean |
AuthInfo.cmpMSCHAPV2(byte[] ntHashPassword)
Decode and compare an MS-CHAP 2 challenge using a NT Hash password. |
boolean |
AuthInfo.cmpMSCHAP(byte[] password)
Decode and compare an MS-CHAP or MS-CHAP 2 challenge. |
boolean |
AuthInfo.cmpMSCHAP(byte[] password,
boolean ntHash)
Decode and compare an MS-CHAP or MS-CHAP 2 challenge. |
| Uses of AccessRejectException in com.theorem.radserver3.eap |
| Methods in com.theorem.radserver3.eap that throw AccessRejectException | |
boolean |
EAPMD5Auth.MD5(byte[] password)
EAP MD5 handler. |
| Uses of AccessRejectException in com.theorem.radserver3.module.leap |
| Methods in com.theorem.radserver3.module.leap that throw AccessRejectException | |
void |
LEAPImpl.process(AuthInfo auth)
|
void |
LEAPImpl.createIdentityFailure(AttributeList request,
String userName)
Create a failure if the Identity is unknown. |
boolean |
Leap.process(AuthInfo auth)
Authenticate using the LEAP protocol. |
|
AXL RADIUS Server API V3 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||