Class StringAttribute

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

public class StringAttribute extends OctetsAttribute
This class represents a Radius attribute which only contains a string.
  • Constructor Details

    • StringAttribute

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