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

net.jradius.dictionary.vsa_nortel.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_nortel;

import java.util.Map;

import net.jradius.packet.attribute.VSADictionary;

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

    public void loadAttributes(Map> map)
    {
        map.put(new Long(166L), Attr_NortelPrivilegeLevel.class);
        map.put(new Long(200L), Attr_PassportCommandScope.class);
        map.put(new Long(201L), Attr_PassportCommandImpact.class);
        map.put(new Long(202L), Attr_PassportCustomerIdentifier.class);
        map.put(new Long(203L), Attr_PassportAllowedAccess.class);
        map.put(new Long(204L), Attr_PassportAllowedOutAccess.class);
        map.put(new Long(205L), Attr_PassportLoginDirectory.class);
        map.put(new Long(206L), Attr_PassportTimeoutProtocol.class);
        map.put(new Long(207L), Attr_PassportRole.class);
    }

    public void loadAttributesNames(Map> map)
    {
        map.put(Attr_NortelPrivilegeLevel.NAME, Attr_NortelPrivilegeLevel.class);
        map.put(Attr_PassportCommandScope.NAME, Attr_PassportCommandScope.class);
        map.put(Attr_PassportCommandImpact.NAME, Attr_PassportCommandImpact.class);
        map.put(Attr_PassportCustomerIdentifier.NAME, Attr_PassportCustomerIdentifier.class);
        map.put(Attr_PassportAllowedAccess.NAME, Attr_PassportAllowedAccess.class);
        map.put(Attr_PassportAllowedOutAccess.NAME, Attr_PassportAllowedOutAccess.class);
        map.put(Attr_PassportLoginDirectory.NAME, Attr_PassportLoginDirectory.class);
        map.put(Attr_PassportTimeoutProtocol.NAME, Attr_PassportTimeoutProtocol.class);
        map.put(Attr_PassportRole.NAME, Attr_PassportRole.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy