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

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

The newest version!
// DO NOT EDIT THIS FILE DIRECTLY! - AUTOMATICALLY GENERATED
// Generated by: class net.jradius.freeradius.RadiusDictionary
// Generated on: Thu, 5 Jan 2017 15:56:13 +0200

package net.jradius.dictionary.vsa_lancom;

import java.util.Map;

import net.jradius.packet.attribute.VSADictionary;

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

    public void loadAttributes(Map> map)
    {
        map.put(new Long(1L), Attr_LCSTrafficLimit.class);
        map.put(new Long(2L), Attr_LCSMacAddress.class);
        map.put(new Long(3L), Attr_LCSRedirectionURL.class);
        map.put(new Long(4L), Attr_LCSComment.class);
        map.put(new Long(5L), Attr_LCSAccountEnd.class);
        map.put(new Long(6L), Attr_LCSWPAPassphrase.class);
        map.put(new Long(7L), Attr_LCSPbSpotUserName.class);
        map.put(new Long(8L), Attr_LCSTxRateLimit.class);
        map.put(new Long(9L), Attr_LCSRxRateLimit.class);
    }

    public void loadAttributesNames(Map> map)
    {
        map.put(Attr_LCSTrafficLimit.NAME, Attr_LCSTrafficLimit.class);
        map.put(Attr_LCSMacAddress.NAME, Attr_LCSMacAddress.class);
        map.put(Attr_LCSRedirectionURL.NAME, Attr_LCSRedirectionURL.class);
        map.put(Attr_LCSComment.NAME, Attr_LCSComment.class);
        map.put(Attr_LCSAccountEnd.NAME, Attr_LCSAccountEnd.class);
        map.put(Attr_LCSWPAPassphrase.NAME, Attr_LCSWPAPassphrase.class);
        map.put(Attr_LCSPbSpotUserName.NAME, Attr_LCSPbSpotUserName.class);
        map.put(Attr_LCSTxRateLimit.NAME, Attr_LCSTxRateLimit.class);
        map.put(Attr_LCSRxRateLimit.NAME, Attr_LCSRxRateLimit.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy