Class OctetsAttribute

java.lang.Object
org.tinyradius.core.attribute.type.OctetsAttribute
All Implemented Interfaces:
RadiusAttribute
Direct Known Subclasses:
IntegerAttribute, IpAttribute, Ipv6PrefixAttribute, StringAttribute, VendorSpecificAttribute

public class OctetsAttribute extends Object implements RadiusAttribute
The basic generic Radius attribute. All type-specific implementations extend this class by adding additional type conversion methods and validations.
  • Constructor Details

    • OctetsAttribute

      public OctetsAttribute(Dictionary dictionary, int vendorId, io.netty.buffer.ByteBuf data)
  • Method Details