|
AXL Software® | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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® | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||