All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.jradius.dictionary.vsa_3com.VSADictionaryImpl Maven / Gradle / Ivy

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_3com;

import java.util.Map;

import net.jradius.packet.attribute.VSADictionary;

/**
 * Dictionary for package net.jradius.dictionary.vsa_3com
 * @author class net.jradius.freeradius.RadiusDictionary
 */
public class VSADictionaryImpl implements VSADictionary
{
    public String getVendorName() { return "3com"; }

    public void loadAttributes(Map> map)
    {
        map.put(new Long(1L), Attr__3ComUserAccessLevel.class);
        map.put(new Long(2L), Attr__3ComVLANName.class);
        map.put(new Long(3L), Attr__3ComMobilityProfile.class);
        map.put(new Long(4L), Attr__3ComEncryptionType.class);
        map.put(new Long(5L), Attr__3ComTimeOfDay.class);
        map.put(new Long(6L), Attr__3ComSSID.class);
        map.put(new Long(7L), Attr__3ComEndDate.class);
        map.put(new Long(8L), Attr__3ComURL.class);
        map.put(new Long(26L), Attr__3ComConnectId.class);
        map.put(new Long(59L), Attr__3ComNASStartupTimestamp.class);
        map.put(new Long(60L), Attr__3ComIpHostAddr.class);
        map.put(new Long(255L), Attr__3ComProductID.class);
    }

    public void loadAttributesNames(Map> map)
    {
        map.put(Attr__3ComUserAccessLevel.NAME, Attr__3ComUserAccessLevel.class);
        map.put(Attr__3ComVLANName.NAME, Attr__3ComVLANName.class);
        map.put(Attr__3ComMobilityProfile.NAME, Attr__3ComMobilityProfile.class);
        map.put(Attr__3ComEncryptionType.NAME, Attr__3ComEncryptionType.class);
        map.put(Attr__3ComTimeOfDay.NAME, Attr__3ComTimeOfDay.class);
        map.put(Attr__3ComSSID.NAME, Attr__3ComSSID.class);
        map.put(Attr__3ComEndDate.NAME, Attr__3ComEndDate.class);
        map.put(Attr__3ComURL.NAME, Attr__3ComURL.class);
        map.put(Attr__3ComConnectId.NAME, Attr__3ComConnectId.class);
        map.put(Attr__3ComNASStartupTimestamp.NAME, Attr__3ComNASStartupTimestamp.class);
        map.put(Attr__3ComIpHostAddr.NAME, Attr__3ComIpHostAddr.class);
        map.put(Attr__3ComProductID.NAME, Attr__3ComProductID.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy