net.jradius.dictionary.vsa_trapeze.VSADictionaryImpl 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.vsa_trapeze;
import java.util.Map;
import net.jradius.packet.attribute.VSADictionary;
/**
* Dictionary for package net.jradius.dictionary.vsa_trapeze
* @author class net.jradius.freeradius.RadiusDictionary
*/
public class VSADictionaryImpl implements VSADictionary
{
public String getVendorName() { return "Trapeze"; }
public void loadAttributes(Map> map)
{
map.put(new Long(1L), Attr_TrapezeVLANName.class);
map.put(new Long(2L), Attr_TrapezeMobilityProfile.class);
map.put(new Long(3L), Attr_TrapezeEncryptionType.class);
map.put(new Long(4L), Attr_TrapezeTimeOfDay.class);
map.put(new Long(5L), Attr_TrapezeSSID.class);
map.put(new Long(6L), Attr_TrapezeEndDate.class);
map.put(new Long(7L), Attr_TrapezeStartDate.class);
map.put(new Long(8L), Attr_TrapezeURL.class);
}
public void loadAttributesNames(Map> map)
{
map.put(Attr_TrapezeVLANName.NAME, Attr_TrapezeVLANName.class);
map.put(Attr_TrapezeMobilityProfile.NAME, Attr_TrapezeMobilityProfile.class);
map.put(Attr_TrapezeEncryptionType.NAME, Attr_TrapezeEncryptionType.class);
map.put(Attr_TrapezeTimeOfDay.NAME, Attr_TrapezeTimeOfDay.class);
map.put(Attr_TrapezeSSID.NAME, Attr_TrapezeSSID.class);
map.put(Attr_TrapezeEndDate.NAME, Attr_TrapezeEndDate.class);
map.put(Attr_TrapezeStartDate.NAME, Attr_TrapezeStartDate.class);
map.put(Attr_TrapezeURL.NAME, Attr_TrapezeURL.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy