| Interface | Description |
|---|---|
| RadiusServer |
Interface representing a Radius Server.
|
| Class | Description |
|---|---|
| JRadiusServerImpl |
Implementation of a RadiusServer that utilizes the JRadius packages available
at http://jradius.sf.net.
|
| RadiusClientFactory |
Factory for creating RADIUS client instances.
|
| RadiusResponse |
Acts as a DTO, to carry the response returned by the
Radius authenticator in the event of a successful authentication,
and provides access to the response code as well as attributes
which may be used as authentication attributes.
|
| Enum | Description |
|---|---|
| RadiusProtocol |
RADIUS protocol enumeration.
|