
net.jradius.dictionary.vsa_propel.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_propel;
import java.util.Map;
import net.jradius.packet.attribute.VSADictionary;
/**
* Dictionary for package net.jradius.dictionary.vsa_propel
* @author class net.jradius.freeradius.RadiusDictionary
*/
public class VSADictionaryImpl implements VSADictionary
{
public String getVendorName() { return "Propel"; }
public void loadAttributes(Map> map)
{
map.put(new Long(1L), Attr_PropelAccelerate.class);
map.put(new Long(2L), Attr_PropelDialedDigits.class);
map.put(new Long(3L), Attr_PropelClientIPAddress.class);
map.put(new Long(4L), Attr_PropelClientNASIPAddress.class);
map.put(new Long(5L), Attr_PropelClientSourceID.class);
map.put(new Long(6L), Attr_PropelContentFilterID.class);
}
public void loadAttributesNames(Map> map)
{
map.put(Attr_PropelAccelerate.NAME, Attr_PropelAccelerate.class);
map.put(Attr_PropelDialedDigits.NAME, Attr_PropelDialedDigits.class);
map.put(Attr_PropelClientIPAddress.NAME, Attr_PropelClientIPAddress.class);
map.put(Attr_PropelClientNASIPAddress.NAME, Attr_PropelClientNASIPAddress.class);
map.put(Attr_PropelClientSourceID.NAME, Attr_PropelClientSourceID.class);
map.put(Attr_PropelContentFilterID.NAME, Attr_PropelContentFilterID.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy