Class MemoryDictionary

java.lang.Object
org.tinyradius.core.dictionary.MemoryDictionary
All Implemented Interfaces:
CoreDictionary, Dictionary, WritableDictionary

public class MemoryDictionary
extends java.lang.Object
implements WritableDictionary
A dictionary that keeps the values and names in hash maps in the memory. The dictionary has to be filled using the methods addAttributeTemplate and addVendor.