net.jradius.packet.attribute
Interface VSADictionary


public interface VSADictionary

VSA Attribute Dictionary Interface. Vendor specific attribute dictionary classes, like that built RadiusDictionary, implement this interface.

Author:
David Bird

Method Summary
 String getVendorName()
           
 void loadAttributes(Map<Long,Class<?>> map)
           
 void loadAttributesNames(Map<String,Class<?>> map)
           
 

Method Detail

getVendorName

String getVendorName()

loadAttributes

void loadAttributes(Map<Long,Class<?>> map)

loadAttributesNames

void loadAttributesNames(Map<String,Class<?>> map)


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