net.jradius.dictionary.vsa_foundry.Attr_Foundry8021xValidLookup Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jradius-abfab-dictionary Show documentation
Show all versions of jradius-abfab-dictionary Show documentation
JRadius ABFAB Dictionary: FreeRADIUS 2.2.0 + RFC-to-be-7055
The newest version!
// DO NOT EDIT THIS FILE DIRECTLY! - AUTOMATICALLY GENERATED
// Generated by: class net.jradius.freeradius.RadiusDictionary
// Generated on: Fri, 29 Nov 2013 13:24:47 +0000
package net.jradius.dictionary.vsa_foundry;
import java.io.Serializable;
import net.jradius.packet.attribute.VSAttribute;
import net.jradius.packet.attribute.value.IntegerValue;
/**
* Attribute Name: Foundry-802.1x-Valid-Lookup
* Attribute Type: 26
* Vendor Id: 1991
* VSA Type: 7
* Value Type: IntegerValue
*
* @author class net.jradius.freeradius.RadiusDictionary
*/
public final class Attr_Foundry8021xValidLookup extends VSAttribute
{
public static final String NAME = "Foundry-802.1x-Valid-Lookup";
public static final int VENDOR_ID = 1991;
public static final int VSA_TYPE = 7;
public static final long TYPE = ((VENDOR_ID & 0xFFFF) << 16) | VSA_TYPE;
public static final long serialVersionUID = TYPE;
public void setup()
{
attributeName = NAME;
attributeType = 26;
vendorId = VENDOR_ID;
vsaAttributeType = VSA_TYPE;
attributeValue = new IntegerValue();
}
public Attr_Foundry8021xValidLookup()
{
setup();
}
public Attr_Foundry8021xValidLookup(Serializable o)
{
setup(o);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy