All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.jradius.dictionary.Attr_EAPSimCOUNTERTOOSMALL Maven / Gradle / Ivy

The newest version!
// DO NOT EDIT THIS FILE DIRECTLY! - AUTOMATICALLY GENERATED
// Generated by: class net.jradius.freeradius.RadiusDictionary
// Generated on: Thu, 5 Jan 2017 15:56:13 +0200

package net.jradius.dictionary;

import java.io.Serializable;
import net.jradius.packet.attribute.RadiusAttribute;
import net.jradius.packet.attribute.value.OctetsValue;

/**
 * Attribute Name: EAP-Sim-COUNTER_TOO_SMALL
* Attribute Type: 1556 (FreeRADIUS Internal Attribute)

* Value Type: OctetsValue
* * @author class net.jradius.freeradius.RadiusDictionary */ public final class Attr_EAPSimCOUNTERTOOSMALL extends RadiusAttribute { public static final String NAME = "EAP-Sim-COUNTER_TOO_SMALL"; public static final long TYPE = 1556; public static final long serialVersionUID = TYPE; public void setup() { attributeName = NAME; attributeType = 1556; attributeValue = new OctetsValue(); } public Attr_EAPSimCOUNTERTOOSMALL() { setup(); } public Attr_EAPSimCOUNTERTOOSMALL(Serializable o) { setup(o); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy