net.jradius.dictionary.vsa_juniper.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_juniper;
import java.util.Map;
import net.jradius.packet.attribute.VSADictionary;
/**
* Dictionary for package net.jradius.dictionary.vsa_juniper
* @author class net.jradius.freeradius.RadiusDictionary
*/
public class VSADictionaryImpl implements VSADictionary
{
public String getVendorName() { return "Juniper"; }
public void loadAttributes(Map> map)
{
map.put(new Long(1L), Attr_JuniperLocalUserName.class);
map.put(new Long(2L), Attr_JuniperAllowCommands.class);
map.put(new Long(3L), Attr_JuniperDenyCommands.class);
map.put(new Long(4L), Attr_JuniperAllowConfiguration.class);
map.put(new Long(5L), Attr_JuniperDenyConfiguration.class);
map.put(new Long(8L), Attr_JuniperInteractiveCommand.class);
map.put(new Long(9L), Attr_JuniperConfigurationChange.class);
map.put(new Long(10L), Attr_JuniperUserPermissions.class);
}
public void loadAttributesNames(Map> map)
{
map.put(Attr_JuniperLocalUserName.NAME, Attr_JuniperLocalUserName.class);
map.put(Attr_JuniperAllowCommands.NAME, Attr_JuniperAllowCommands.class);
map.put(Attr_JuniperDenyCommands.NAME, Attr_JuniperDenyCommands.class);
map.put(Attr_JuniperAllowConfiguration.NAME, Attr_JuniperAllowConfiguration.class);
map.put(Attr_JuniperDenyConfiguration.NAME, Attr_JuniperDenyConfiguration.class);
map.put(Attr_JuniperInteractiveCommand.NAME, Attr_JuniperInteractiveCommand.class);
map.put(Attr_JuniperConfigurationChange.NAME, Attr_JuniperConfigurationChange.class);
map.put(Attr_JuniperUserPermissions.NAME, Attr_JuniperUserPermissions.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy