|
AXL RADIUS Server API V3 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use AuthInfo | |
| com.theorem.radserver3 | Classes that comprise the AXL RADIUS server. |
| com.theorem.radserver3.auth.digest.server | Server side Digest authentication for SIP / HTTP according to the description in the draft-sterman-aaa-sip-00.txt. |
| 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 AuthInfo in com.theorem.radserver3 |
| Methods in com.theorem.radserver3 with parameters of type AuthInfo | |
abstract void |
AccessImpl.authenticate(AuthInfo ai)
Authenticate either through a simple Access-Accept or using an Access-Challenge. |
| Uses of AuthInfo in com.theorem.radserver3.auth.digest.server |
| Constructors in com.theorem.radserver3.auth.digest.server with parameters of type AuthInfo | |
DigestAuthentication(AuthInfo auth)
Constructor for digest authentication for draft-sterman-aaa-sip-00.txt. |
|
| Uses of AuthInfo in com.theorem.radserver3.eap |
| Constructors in com.theorem.radserver3.eap with parameters of type AuthInfo | |
EAPMD5Auth(AuthInfo ai,
EAPPacket eapIn)
Constructor. |
|
| Uses of AuthInfo in com.theorem.radserver3.module.leap |
| Methods in com.theorem.radserver3.module.leap with parameters of type AuthInfo | |
void |
LEAPImpl.process(AuthInfo auth)
|
boolean |
Leap.process(AuthInfo auth)
Authenticate using the LEAP protocol. |
| Constructors in com.theorem.radserver3.module.leap with parameters of type AuthInfo | |
LEAPImpl(AuthInfo auth)
Constructor. |
|
|
AXL RADIUS Server API V3 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||