Uses of Class
net.sf.jradius.packet.attribute.value.AttributeValue

Packages that use AttributeValue
net.sf.jradius.packet.attribute JRadius Core RADIUS Attribute Objects and Utilities. 
net.sf.jradius.packet.attribute.value JRadius Core RADIUS Attribute Value Objects and Utilities. 
 

Uses of AttributeValue in net.sf.jradius.packet.attribute
 

Fields in net.sf.jradius.packet.attribute declared as AttributeValue
protected  AttributeValue RadiusAttribute.attributeValue
           
 

Methods in net.sf.jradius.packet.attribute that return AttributeValue
 AttributeValue RadiusAttribute.getValue()
           
 

Uses of AttributeValue in net.sf.jradius.packet.attribute.value
 

Subclasses of AttributeValue in net.sf.jradius.packet.attribute.value
 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 StringValue
          The String attribute value
 class VSAValue
          The Vendor Specific Attribute (VSA) value
 

Constructors in net.sf.jradius.packet.attribute.value with parameters of type AttributeValue
VSAValue(AttributeValue v)
           
 



Copyright © 2006 The JRadius Project, All Rights Reserved.