|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RadiusAuthenticator | |
---|---|
net.sf.jradius.client | Contains the RadiusClient API and the RadClient and RadBench programs. |
net.sf.jradius.client.auth | Provides JRadius Client Authenticators including PAP, CHAP, MSCHAP, MSCHAPv2, EAP-MD5, EAP-MSCHAPv2, EAP-TLS, EAP-TTLS. |
net.sf.jradius.security.auth | JRadius Support for java.security. |
Uses of RadiusAuthenticator in net.sf.jradius.client |
---|
Fields in net.sf.jradius.client declared as RadiusAuthenticator | |
---|---|
protected static RadiusAuthenticator |
RadBench.auth
|
Methods in net.sf.jradius.client that return RadiusAuthenticator | |
---|---|
static RadiusAuthenticator |
RadiusClient.getAuthProtocol(java.lang.String protocolName)
Get a supported RadiusAuthenticator based on the protocol name. |
Methods in net.sf.jradius.client with parameters of type RadiusAuthenticator | |
---|---|
RadiusResponse |
RadiusClient.authenticate(AccessRequest p,
RadiusAuthenticator auth,
int retries)
Authenicates using the specified method. |
Uses of RadiusAuthenticator in net.sf.jradius.client.auth |
---|
Subclasses of RadiusAuthenticator in net.sf.jradius.client.auth | |
---|---|
class |
CHAPAuthenticator
CHAP Authentication. |
class |
EAPAuthenticator
EAP Authentication. |
class |
EAPMD5Authenticator
EAP-MD5 Authentication. |
class |
EAPMSCHAPv2Authenticator
EAP-MSCHAPv2 Authentication. |
class |
EAPTLSAuthenticator
EAP-TLS Authentication (and TLS Tunnel support). |
class |
EAPTTLSAuthenticator
EAP-TTLS Authentication. |
class |
MSCHAPv1Authenticator
MSCHAPv1 Authentication. |
class |
MSCHAPv2Authenticator
MSCHAPv2 Authentication. |
class |
PAPAuthenticator
PAP (default) Authentication. |
Uses of RadiusAuthenticator in net.sf.jradius.security.auth |
---|
Methods in net.sf.jradius.security.auth that return RadiusAuthenticator | |
---|---|
RadiusAuthenticator |
JRadiusCallback.getRadiusAuthenticator()
|
Methods in net.sf.jradius.security.auth with parameters of type RadiusAuthenticator | |
---|---|
void |
JRadiusCallback.setRadiusAuthenticator(RadiusAuthenticator radiusAuthenticator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |