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

net.jradius.dictionary.vsa_iea.software.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_iea.software;

import java.util.Map;

import net.jradius.packet.attribute.VSADictionary;

/**
 * Dictionary for package net.jradius.dictionary.vsa_iea.software
 * @author class net.jradius.freeradius.RadiusDictionary
 */
public class VSADictionaryImpl implements VSADictionary
{
    public String getVendorName() { return "IEA-Software"; }

    public void loadAttributes(Map> map)
    {
        map.put(new Long(1L), Attr_AMInterruptHTMLFile.class);
        map.put(new Long(2L), Attr_AMInterruptInterval.class);
        map.put(new Long(3L), Attr_AMInterruptTimeout.class);
        map.put(new Long(4L), Attr_AMStatusHTMLFile.class);
        map.put(new Long(5L), Attr_AMHTTPProxyPort.class);
    }

    public void loadAttributesNames(Map> map)
    {
        map.put(Attr_AMInterruptHTMLFile.NAME, Attr_AMInterruptHTMLFile.class);
        map.put(Attr_AMInterruptInterval.NAME, Attr_AMInterruptInterval.class);
        map.put(Attr_AMInterruptTimeout.NAME, Attr_AMInterruptTimeout.class);
        map.put(Attr_AMStatusHTMLFile.NAME, Attr_AMStatusHTMLFile.class);
        map.put(Attr_AMHTTPProxyPort.NAME, Attr_AMHTTPProxyPort.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy