| Package | Description |
|---|---|
| net.jradius.client.auth |
Provides JRadius Client Authenticators including PAP, CHAP, MSCHAP, MSCHAPv2, EAP-MD5, EAP-MSCHAPv2, EAP-TLS, EAP-TTLS.
|
| net.jradius.freeradius |
The JRadius/FreeRADIUS Adapter.
|
| net.jradius.packet |
JRadius Core RADIUS Packet Objects and Utilities.
|
| net.jradius.packet.attribute |
JRadius Core RADIUS Attribute Objects and Utilities.
|
| net.jradius.packet.attribute.value |
JRadius Core RADIUS Attribute Value Objects and Utilities.
|
| net.jradius.security.auth |
JRadius Support for java.security.
|
| net.jradius.server |
The JRadius Core Server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TunnelAuthenticator.setTunneledAttributes(AttributeList attributes) |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeList |
FreeRadiusRequest.configItems |
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
FreeRadiusRequest.getConfigItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
FreeRadiusRequest.setConfigItems(AttributeList configItems)
Set the "config_items" of the request (FreeRADIUS "control"
attributes)
|
| Modifier and Type | Field and Description |
|---|---|
protected AttributeList |
RadiusPacket.attributes |
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
RadiusPacket.getAttributes()
Get the attributes of a RadiusPacket
|
| Modifier and Type | Method and Description |
|---|---|
void |
RadiusPacket.addAttributes(AttributeList list)
Adds the contents of an AttributeList to a RadiusPacket
|
static RadiusPacket |
PacketFactory.newPacket(byte b,
AttributeList list) |
static RadiusPacket |
PacketFactory.newPacket(byte b,
int identifier,
AttributeList list) |
static RadiusRequest |
PacketFactory.newPacket(byte b,
RadiusClient client,
AttributeList list) |
void |
Format.packAttributeList(AttributeList attrs,
ByteBuffer buffer,
boolean onWire)
Packs an AttributeList into a byte array
|
void |
Format.unpackAttributes(AttributeList attrs,
ByteBuffer buffer,
int length,
boolean pool)
Unpacks RadiusAttributes from a byte array into an AttributeList
|
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
VSAWithSubAttributes.getSubAttributes() |
static AttributeList |
AttributeFactory.newAttributeList(long type,
byte[] value,
boolean pool) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeList.add(AttributeList list)
Add an attribute list to this attribute list
|
static int |
AttributeFactory.addToAttributeList(AttributeList list,
long type,
byte[] value,
boolean pool) |
static byte[] |
AttributeFactory.assembleAttributeList(AttributeList list,
long type) |
void |
AttributeList.copy(AttributeList list,
boolean pool) |
static void |
AttributeFactory.loadAttributesFromString(AttributeList list,
String src,
String delim,
boolean beStrinct) |
static void |
AttributeFactory.recycle(AttributeList list) |
void |
VSAWithSubAttributes.setSubAttributes(AttributeList subAttributes) |
| Constructor and Description |
|---|
TLVValue(long vendorId,
int vsaType,
AttributeList subAttributes) |
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
JRadiusCallback.getAcctAttributes() |
AttributeList |
JRadiusCallback.getAuthAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRadiusCallback.setAcctAttributes(AttributeList acctAttributes) |
void |
JRadiusCallback.setAuthAttributes(AttributeList authAttributes) |
| Modifier and Type | Method and Description |
|---|---|
abstract AttributeList |
JRadiusRequest.getConfigItems() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
JRadiusRequest.setConfigItems(AttributeList configItems) |
Copyright © 2017. All rights reserved.