
net.jradius.dictionary.vsa_jradius.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_jradius;
import java.util.Map;
import net.jradius.packet.attribute.VSADictionary;
/**
* Dictionary for package net.jradius.dictionary.vsa_jradius
* @author class net.jradius.freeradius.RadiusDictionary
*/
public class VSADictionaryImpl implements VSADictionary
{
public String getVendorName() { return "JRadius"; }
public void loadAttributes(Map> map)
{
map.put(new Long(1L), Attr_JRadiusRequestId.class);
map.put(new Long(2L), Attr_JRadiusSessionId.class);
map.put(new Long(3L), Attr_JRadiusProxyClient.class);
}
public void loadAttributesNames(Map> map)
{
map.put(Attr_JRadiusRequestId.NAME, Attr_JRadiusRequestId.class);
map.put(Attr_JRadiusSessionId.NAME, Attr_JRadiusSessionId.class);
map.put(Attr_JRadiusProxyClient.NAME, Attr_JRadiusProxyClient.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy