Package org.tinyradius.attribute

This package contains classes for Radius attributes and Radius attribute types.

See:
          Description

Class Summary
IntegerAttribute This class represents a Radius attribute which only contains a 32 bit integer.
IpAttribute This class represents a Radius attribute for an IP number.
RadiusAttribute This class represents a generic Radius attribute.
StringAttribute This class represents a Radius attribute which only contains a string.
VendorSpecificAttribute This class represents a "Vendor-Specific" attribute.
 

Package org.tinyradius.attribute Description

This package contains classes for Radius attributes and Radius attribute types.

The classes RadiusAttribute, StringAttribute, IntegerAttribute and IpAttribute implement general Radius attribute data types and manage the storage of raw data, strings, integers and IP numbers.

Vendor-specific attributes are supported by the class VendorSpecificAttribute.