net.jradius.dictionary.vsa_hp.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_hp;
import java.util.Map;
import net.jradius.packet.attribute.VSADictionary;
/**
* Dictionary for package net.jradius.dictionary.vsa_hp
* @author class net.jradius.freeradius.RadiusDictionary
*/
public class VSADictionaryImpl implements VSADictionary
{
public String getVendorName() { return "HP"; }
public void loadAttributes(Map> map)
{
map.put(new Long(1L), Attr_HPPrivilegeLevel.class);
map.put(new Long(2L), Attr_HPCommandString.class);
map.put(new Long(3L), Attr_HPCommandException.class);
map.put(new Long(26L), Attr_HPManagementProtocol.class);
map.put(new Long(10L), Attr_HPPortClientLimitDot1x.class);
map.put(new Long(11L), Attr_HPPortClientLimitMA.class);
map.put(new Long(12L), Attr_HPPortClientLimitWA.class);
map.put(new Long(13L), Attr_HPPortAuthModeDot1x.class);
map.put(new Long(40L), Attr_HPPortPriorityRegenerationTable.class);
map.put(new Long(40L), Attr_HPCos.class);
map.put(new Long(46L), Attr_HPBandwidthMaxIngress.class);
map.put(new Long(48L), Attr_HPBandwidthMaxEgress.class);
map.put(new Long(61L), Attr_HPIpFilterRaw.class);
map.put(new Long(61L), Attr_HPNasFilterRule.class);
map.put(new Long(63L), Attr_HPNasRulesIPv6.class);
map.put(new Long(64L), Attr_HPEgressVLANID.class);
map.put(new Long(65L), Attr_HPEgressVLANName.class);
map.put(new Long(255L), Attr_HPCapabilityAdvert.class);
}
public void loadAttributesNames(Map> map)
{
map.put(Attr_HPPrivilegeLevel.NAME, Attr_HPPrivilegeLevel.class);
map.put(Attr_HPCommandString.NAME, Attr_HPCommandString.class);
map.put(Attr_HPCommandException.NAME, Attr_HPCommandException.class);
map.put(Attr_HPManagementProtocol.NAME, Attr_HPManagementProtocol.class);
map.put(Attr_HPPortClientLimitDot1x.NAME, Attr_HPPortClientLimitDot1x.class);
map.put(Attr_HPPortClientLimitMA.NAME, Attr_HPPortClientLimitMA.class);
map.put(Attr_HPPortClientLimitWA.NAME, Attr_HPPortClientLimitWA.class);
map.put(Attr_HPPortAuthModeDot1x.NAME, Attr_HPPortAuthModeDot1x.class);
map.put(Attr_HPPortPriorityRegenerationTable.NAME, Attr_HPPortPriorityRegenerationTable.class);
map.put(Attr_HPCos.NAME, Attr_HPCos.class);
map.put(Attr_HPBandwidthMaxIngress.NAME, Attr_HPBandwidthMaxIngress.class);
map.put(Attr_HPBandwidthMaxEgress.NAME, Attr_HPBandwidthMaxEgress.class);
map.put(Attr_HPIpFilterRaw.NAME, Attr_HPIpFilterRaw.class);
map.put(Attr_HPNasFilterRule.NAME, Attr_HPNasFilterRule.class);
map.put(Attr_HPNasRulesIPv6.NAME, Attr_HPNasRulesIPv6.class);
map.put(Attr_HPEgressVLANID.NAME, Attr_HPEgressVLANID.class);
map.put(Attr_HPEgressVLANName.NAME, Attr_HPEgressVLANName.class);
map.put(Attr_HPCapabilityAdvert.NAME, Attr_HPCapabilityAdvert.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy