| Package | Description |
|---|---|
| net.jradius.client |
Contains the RadiusClient API and the RadClient and RadBench programs.
|
| net.jradius.packet |
JRadius Core RADIUS Packet Objects and Utilities.
|
| net.jradius.packet.attribute |
JRadius Core RADIUS Attribute Objects and Utilities.
|
| Modifier and Type | Method and Description |
|---|---|
RadiusResponse |
RadiusClient.authenticate(AccessRequest p,
RadiusAuthenticator auth,
int retries)
Authenicates using the specified method.
|
| Modifier and Type | Method and Description |
|---|---|
RadiusAttribute |
RadiusPacket.findAttribute(String aName) |
Object |
RadiusPacket.getAttributeValue(String aName) |
| Modifier and Type | Method and Description |
|---|---|
static RadiusAttribute |
AttributeFactory.attributeFromString(String src)
Parses a string to create a RadiusAttribute.
|
RadiusAttribute |
AttributeList.get(String name) |
Object |
AttributeList.get(String name,
boolean single) |
static long |
AttributeFactory.getTypeByName(String aName)
The the integer type of a RadiusAttribute by name
|
static RadiusAttribute |
AttributeFactory.newAttribute(AttributeDescription desc)
Create a new RadiusAttribute based on a AttributeDescription
|
static RadiusAttribute |
AttributeFactory.newAttribute(String aName)
Create a RadiusAttribute by name
|
static RadiusAttribute |
AttributeFactory.newAttribute(String aName,
String aValue,
String aOp)
Creates a new RadiusAttribute
|
Copyright © 2017. All rights reserved.