Class Ipv6PrefixAttribute

java.lang.Object
org.tinyradius.core.attribute.type.OctetsAttribute
org.tinyradius.core.attribute.type.Ipv6PrefixAttribute
All Implemented Interfaces:
RadiusAttribute

public class Ipv6PrefixAttribute
extends OctetsAttribute
This class represents a Radius attribute for an IPv6 prefix.
  • Constructor Details

    • Ipv6PrefixAttribute

      public Ipv6PrefixAttribute​(Dictionary dictionary, int vendorId, int type, byte[] data)
    • Ipv6PrefixAttribute

      public Ipv6PrefixAttribute​(Dictionary dictionary, int vendorId, int type, java.lang.String value)
      Constructs an IPv6 prefix attribute.
      Parameters:
      dictionary - dictionary to use
      vendorId - vendor ID or -1
      type - attribute type code
      value - value, format: "ipv6 address"/prefix
  • Method Details