net.jradius.dictionary
Class AttributeDictionaryImpl

java.lang.Object
  extended by net.jradius.dictionary.AttributeDictionaryImpl
All Implemented Interfaces:
net.jradius.packet.attribute.AttributeDictionary

public class AttributeDictionaryImpl
extends Object
implements net.jradius.packet.attribute.AttributeDictionary

Dictionary for package net.jradius.dictionary

Author:
class net.jradius.freeradius.RadiusDictionary

Field Summary
 
Fields inherited from interface net.jradius.packet.attribute.AttributeDictionary
ACCT_STATUS_TYPE, CHARGEABLE_USER_IDENTITY, CLASS, EAP_MESSAGE, MESSAGE_AUTHENTICATOR, NAS_IDENTIFIER, STATE, USER_NAME, USER_PASSWORD
 
Constructor Summary
AttributeDictionaryImpl()
           
 
Method Summary
 void loadAttributes(Map<Long,Class<?>> map)
           
 void loadAttributesNames(Map<String,Class<?>> map)
           
 void loadVendorCodes(Map<Long,Class<?>> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDictionaryImpl

public AttributeDictionaryImpl()
Method Detail

loadVendorCodes

public void loadVendorCodes(Map<Long,Class<?>> map)
Specified by:
loadVendorCodes in interface net.jradius.packet.attribute.AttributeDictionary

loadAttributes

public void loadAttributes(Map<Long,Class<?>> map)
Specified by:
loadAttributes in interface net.jradius.packet.attribute.AttributeDictionary

loadAttributesNames

public void loadAttributesNames(Map<String,Class<?>> map)
Specified by:
loadAttributesNames in interface net.jradius.packet.attribute.AttributeDictionary


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.