| Package | Description |
|---|---|
| net.jradius.packet.attribute |
JRadius Core RADIUS Attribute Objects and Utilities.
|
| net.jradius.packet.attribute.value |
JRadius Core RADIUS Attribute Value Objects and Utilities.
|
| Modifier and Type | Field and Description |
|---|---|
protected AttributeValue |
RadiusAttribute.attributeValue |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
RadiusAttribute.getValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
ComboIPAddrValue
WiMAX combo-ip attribute.
|
class |
DateValue
The Date attribute value
|
class |
EncryptedStringValue
The Enrypted String attribute value
|
class |
IntegerValue
The Integer attribute value.
|
class |
IPAddrValue
The IPv4 attribute value
|
class |
IPv6AddrValue
The IPv6 attribute value
|
class |
NamedValue
The "Named Value" attribute value (Integer enumerated attributes)
|
class |
OctetsValue
Raw Octets attribute value
|
class |
SignedValue
WiMAX signed attribute.
|
class |
StringValue
The String attribute value
|
class |
TLVValue |
| Modifier and Type | Method and Description |
|---|---|
void |
TLVValue.copy(AttributeValue value) |
void |
OctetsValue.copy(AttributeValue value) |
void |
IPAddrValue.copy(AttributeValue value) |
void |
IntegerValue.copy(AttributeValue value) |
void |
DateValue.copy(AttributeValue value) |
abstract void |
AttributeValue.copy(AttributeValue value) |
Copyright © 2017. All rights reserved.