| Package | Description |
|---|---|
| net.jradius.client |
Contains the RadiusClient API and the RadClient and RadBench programs.
|
| net.jradius.client.auth |
Provides JRadius Client Authenticators including PAP, CHAP, MSCHAP, MSCHAPv2, EAP-MD5, EAP-MSCHAPv2, EAP-TLS, EAP-TTLS.
|
| net.jradius.security.auth |
JRadius Support for java.security.
|
| Modifier and Type | Method and Description |
|---|---|
static RadiusAuthenticator |
RadiusClient.getAuthProtocol(String protocolName)
Get a supported RadiusAuthenticator based on the protocol name.
|
RadiusAuthenticator |
RadiusClientSession.getRadiusAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
RadiusResponse |
RadiusClient.authenticate(AccessRequest p,
RadiusAuthenticator auth,
int retries)
Authenicates using the specified method.
|
void |
RadiusClientSession.setRadiusAuthenticator(RadiusAuthenticator radiusAuthenticator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CHAPAuthenticator
CHAP Authentication.
|
class |
EAPAuthenticator
EAP Authentication.
|
class |
EAPMD5Authenticator
EAP-MD5 Authentication.
|
class |
EAPMSCHAPv2Authenticator
EAP-MSCHAPv2 Authentication.
|
class |
MSCHAPv1Authenticator
MSCHAPv1 Authentication.
|
class |
MSCHAPv2Authenticator
MSCHAPv2 Authentication.
|
class |
PAPAuthenticator
PAP (default) Authentication.
|
| Modifier and Type | Method and Description |
|---|---|
RadiusAuthenticator |
JRadiusCallback.getRadiusAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRadiusCallback.setRadiusAuthenticator(RadiusAuthenticator radiusAuthenticator) |
Copyright © 2017. All rights reserved.