AXL Software®

Package com.theorem.radius3.dictionary.util

These dictionary utilities will generate dictionaries as Java source files.

See:
          Description

Class Summary
GenerateJava Class to generate an AXL Radius Vendor dictionary .java file from a dictionary file.
GenerateJavaDictionary Class to generate an AXL Radius Vendor dictionary .java file from a dictionary file.
 

Package com.theorem.radius3.dictionary.util Description

These dictionary utilities will generate dictionaries as Java source files.

GenerateJava converts a dictionary into a set of static declarations directly usable by programs as constants. For example:

	public static final int VENDORID = 311;

	public static final int MS_CHAP_Response = 1;
	public static final int MS_CHAP_Error = 2;
	public static final int MS_CHAP_CPW_1 = 3;
	...

GenerateJavaDictionary will build an extension of the RADIUSDictionary class which contains all the vendors and base attributes. This might be used to build a LocalDictionary containing all the vendors a particular server might encounter rather than the LocalDictionary provided in the distribution.


AXL Software®

Submit a bug report or feature request

Copyright 1998-2009 AXL Software® PO Box 97, Viola, Delaware 19979, U.S.A. All Rights Reserved.