
net.jradius.dictionary.vsa_symbol.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_symbol;
import java.util.Map;
import net.jradius.packet.attribute.VSADictionary;
/**
* Dictionary for package net.jradius.dictionary.vsa_symbol
* @author class net.jradius.freeradius.RadiusDictionary
*/
public class VSADictionaryImpl implements VSADictionary
{
public String getVendorName() { return "Symbol"; }
public void loadAttributes(Map> map)
{
map.put(new Long(1L), Attr_SymbolAdminRole.class);
map.put(new Long(2L), Attr_SymbolCurrentESSID.class);
map.put(new Long(3L), Attr_SymbolAllowedESSID.class);
map.put(new Long(4L), Attr_SymbolWLANIndex.class);
map.put(new Long(5L), Attr_SymbolQoSProfile.class);
map.put(new Long(6L), Attr_SymbolAllowedRadio.class);
map.put(new Long(7L), Attr_SymbolExpiryDateTime.class);
map.put(new Long(8L), Attr_SymbolStartDateTime.class);
map.put(new Long(9L), Attr_SymbolPostureStatus.class);
map.put(new Long(10L), Attr_SymbolDownlinkLimit.class);
map.put(new Long(11L), Attr_SymbolUplinkLimit.class);
map.put(new Long(12L), Attr_SymbolUserGroup.class);
map.put(new Long(100L), Attr_SymbolLoginSource.class);
}
public void loadAttributesNames(Map> map)
{
map.put(Attr_SymbolAdminRole.NAME, Attr_SymbolAdminRole.class);
map.put(Attr_SymbolCurrentESSID.NAME, Attr_SymbolCurrentESSID.class);
map.put(Attr_SymbolAllowedESSID.NAME, Attr_SymbolAllowedESSID.class);
map.put(Attr_SymbolWLANIndex.NAME, Attr_SymbolWLANIndex.class);
map.put(Attr_SymbolQoSProfile.NAME, Attr_SymbolQoSProfile.class);
map.put(Attr_SymbolAllowedRadio.NAME, Attr_SymbolAllowedRadio.class);
map.put(Attr_SymbolExpiryDateTime.NAME, Attr_SymbolExpiryDateTime.class);
map.put(Attr_SymbolStartDateTime.NAME, Attr_SymbolStartDateTime.class);
map.put(Attr_SymbolPostureStatus.NAME, Attr_SymbolPostureStatus.class);
map.put(Attr_SymbolDownlinkLimit.NAME, Attr_SymbolDownlinkLimit.class);
map.put(Attr_SymbolUplinkLimit.NAME, Attr_SymbolUplinkLimit.class);
map.put(Attr_SymbolUserGroup.NAME, Attr_SymbolUserGroup.class);
map.put(Attr_SymbolLoginSource.NAME, Attr_SymbolLoginSource.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy