
net.jradius.dictionary.vsa_siemens.VSADictionaryImpl 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_siemens;
import java.util.Map;
import net.jradius.packet.attribute.VSADictionary;
/**
* Dictionary for package net.jradius.dictionary.vsa_siemens
* @author class net.jradius.freeradius.RadiusDictionary
*/
public class VSADictionaryImpl implements VSADictionary
{
public String getVendorName() { return "Siemens"; }
public void loadAttributes(Map> map)
{
map.put(new Long(1L), Attr_SiemensURLRedirection.class);
map.put(new Long(2L), Attr_SiemensAPName.class);
map.put(new Long(3L), Attr_SiemensAPSerial.class);
map.put(new Long(4L), Attr_SiemensVNSName.class);
map.put(new Long(5L), Attr_SiemensSSID.class);
map.put(new Long(6L), Attr_SiemensBSSMAC.class);
map.put(new Long(7L), Attr_SiemensPolicyName.class);
map.put(new Long(8L), Attr_SiemensTopologyName.class);
map.put(new Long(9L), Attr_SiemensIngressRCName.class);
map.put(new Long(10L), Attr_SiemensEgressRCName.class);
}
public void loadAttributesNames(Map> map)
{
map.put(Attr_SiemensURLRedirection.NAME, Attr_SiemensURLRedirection.class);
map.put(Attr_SiemensAPName.NAME, Attr_SiemensAPName.class);
map.put(Attr_SiemensAPSerial.NAME, Attr_SiemensAPSerial.class);
map.put(Attr_SiemensVNSName.NAME, Attr_SiemensVNSName.class);
map.put(Attr_SiemensSSID.NAME, Attr_SiemensSSID.class);
map.put(Attr_SiemensBSSMAC.NAME, Attr_SiemensBSSMAC.class);
map.put(Attr_SiemensPolicyName.NAME, Attr_SiemensPolicyName.class);
map.put(Attr_SiemensTopologyName.NAME, Attr_SiemensTopologyName.class);
map.put(Attr_SiemensIngressRCName.NAME, Attr_SiemensIngressRCName.class);
map.put(Attr_SiemensEgressRCName.NAME, Attr_SiemensEgressRCName.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy