Class IntegerAttribute

java.lang.Object
org.tinyradius.attribute.RadiusAttribute
org.tinyradius.attribute.IntegerAttribute

public class IntegerAttribute
extends RadiusAttribute
This class represents a Radius attribute which only contains a 32 bit integer.
  • Constructor Details

  • Method Details

    • getValueLong

      public long getValueLong()
      Returns the long value of this attribute.
      Returns:
      a long
    • getValueInt

      public int getValueInt()
      Returns the int value of this attribute.
      Returns:
      a int
    • getValueString

      public java.lang.String getValueString()
      Returns the value of this attribute as a string. Tries to resolve enumerations.
      Overrides:
      getValueString in class RadiusAttribute
      Returns:
      value of this attribute as a hex string.