|
AXL RADIUS Server API V3 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use AccessDropException | |
| com.theorem.radserver3 | Classes that comprise the AXL RADIUS server. |
| com.theorem.radserver3.eap | Simple EAP client (EAP-MD5) and it's helpers. |
| Uses of AccessDropException in com.theorem.radserver3 |
| Methods in com.theorem.radserver3 that throw AccessDropException | |
ProxyClient |
PacketInfo.getProxyClient(boolean response,
int radiusPacketType,
AttributeList attrList,
Object proxyStateObject)
Create a client to send a particular packet to a realm. |
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 AccessDropException in com.theorem.radserver3.eap |
| Methods in com.theorem.radserver3.eap that throw AccessDropException | |
boolean |
EAPMD5Auth.MD5(byte[] password)
EAP MD5 handler. |
|
AXL RADIUS Server API V3 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||