|
AXL RADIUS Server API V3 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use RADIUSDictionary | |
| com.theorem.radserver3 | Classes that comprise the AXL RADIUS server. |
| com.theorem.radserver3.dictionary | Classes that handle RADIUS dictionaries and offer useful methods to create RADIUS and Vendor-Specific attributes on the fly. |
| com.theorem.radserver3.dictionary.util | |
| com.theorem.radserver3.dmcoaclient | Client side Disconnect-Message and Change-of-Authorization messages support. |
| Uses of RADIUSDictionary in com.theorem.radserver3 |
| Methods in com.theorem.radserver3 with parameters of type RADIUSDictionary | |
static void |
AttributeDataType.addDictionary(RADIUSDictionary dict)
Add a dictionary to the Attribute Value class. |
void |
RADIUSClient.addDictionary(RADIUSDictionary dict)
Add a dictionary to the RADIUS client's knowledge of vendor Id's and attribute names / types. |
void |
RADIUSServer.addDictionary(RADIUSDictionary dict)
Add a dictionary to the RADIUS server's knowledge of vendor Id's and attribute names / types. |
static void |
AV.addDictionary(RADIUSDictionary dict)
Add a dictionary to the Attribute Value class. |
static void |
AttributeName.addDictionary(RADIUSDictionary dict)
Add a dictionary. |
| Uses of RADIUSDictionary in com.theorem.radserver3.dictionary |
| Subclasses of RADIUSDictionary in com.theorem.radserver3.dictionary | |
class |
DefaultDictionary
File generated by GenerateJavaDictionary - it probably should not be edited. |
class |
FreeRadius
Class to read and parse FreeRadius style dictionary files. |
class |
LocalDictionary
File generated by GenerateJavaDictionary - it probably should not be edited. |
class |
ParseAttribute
Parse a line and return the attribute(s) found. |
| Methods in com.theorem.radserver3.dictionary with parameters of type RADIUSDictionary | |
void |
ParseAttribute.merge(RADIUSDictionary dict)
Add a dictionary file. |
void |
RADIUSDictionary.merge(RADIUSDictionary dict)
Merge another dictionary with this one. |
| Uses of RADIUSDictionary in com.theorem.radserver3.dictionary.util |
| Constructors in com.theorem.radserver3.dictionary.util with parameters of type RADIUSDictionary | |
GenerateJava(RADIUSDictionary dictionary,
int vendorId)
Constructor. |
|
| Uses of RADIUSDictionary in com.theorem.radserver3.dmcoaclient |
| Methods in com.theorem.radserver3.dmcoaclient with parameters of type RADIUSDictionary | |
void |
DMCOAReceiver.addDictionary(RADIUSDictionary dict)
Add a dictionary to the DMCOA client's knowledge of vendor Id's and attribute names / types. |
|
AXL RADIUS Server API V3 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||