org.tinyradius.dictionary
Class DefaultDictionary

java.lang.Object
  extended by org.tinyradius.dictionary.MemoryDictionary
      extended by org.tinyradius.dictionary.DefaultDictionary
All Implemented Interfaces:
Dictionary, WritableDictionary

public class DefaultDictionary
extends MemoryDictionary

The default dictionary is a singleton object containing a dictionary in the memory that is filled on application startup using the default dictionary file from the classpath resource org.tinyradius.dictionary.default_dictionary.


Method Summary
static Dictionary getDefaultDictionary()
          Returns the singleton instance of this object.
 
Methods inherited from class org.tinyradius.dictionary.MemoryDictionary
addAttributeType, addVendor, getAttributeTypeByCode, getAttributeTypeByCode, getAttributeTypeByName, getVendorId, getVendorName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultDictionary

public static Dictionary getDefaultDictionary()
Returns the singleton instance of this object.

Returns:
DefaultDictionary instance