|
AXL Software™ | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use RADIUSServerException | |
| com.theorem.radserver3 | Classes that comprise the AXL RADIUS server. |
| com.theorem.radserver3.module | Modules that are associated with the AXL Radius server and client. |
| Uses of RADIUSServerException in com.theorem.radserver3 |
| Methods in com.theorem.radserver3 that throw RADIUSServerException | |
Object |
PersistentSession.get(int sessionId)
See if the given entry is in a bucket. |
void |
PacketInfo.addProxyTarget(ProxyTarget pt)
Add a proxy target to the target tables. |
void |
PacketInfo.removeProxyTarget(String targetName)
Remove a proxy target form the target tables This may be called at any time, before or after starting the server. |
Realm |
PacketInfo.getRealmInfo(String realmName)
Return realm information. |
Object |
PacketInfo.getModule(String moduleName,
Object obj)
Retrieves the module (ModuleRegister) object. |
ProxyClient |
PacketInfo.getProxyClient(boolean response,
int radiusPacketType,
AttributeList attrList,
Object proxyStateObject)
Create a client to send a particular packet to a realm. |
boolean |
NAS.verify()
Check this NAS entry for the necessities. |
void |
RADIUSServer.startSNMP(String readCommunity,
String writeCommunity,
String trapCommunity,
int cmdPort,
InetAddress trapManager,
int trapPort)
Start SNMP. |
void |
RADIUSServer.setSNMPParameters(String sysContact,
String sysName,
String sysLocation)
Set some common SNMP parameters. |
void |
RADIUSServer.startAuthenticationServer()
Starts the RADIUS Authentication Server. |
void |
RADIUSServer.startAuthenticationServer(boolean singleThread)
Starts the RADIUS Authentication Server. |
void |
RADIUSServer.startAccountingServer()
Starts the RADIUS Accounting Server. |
void |
RADIUSServer.startAccountingServer(boolean singleThread)
Starts the RADIUS Accounting Server. |
void |
RADIUSServer.startDMCOAServer(int port)
Starts the RADIUS DM / COA packet server. |
void |
RADIUSServer.setServerInfo(InetAddress ipServer,
String realm,
int authPort,
int acctPort)
Set up the server's basic information. |
void |
RADIUSServer.setServerInfo(ProxyTarget pt)
Set up the server's basic information -- it must only be called once. |
void |
RADIUSServer.stopAuthenticationServer()
Stop the authentication server. |
void |
RADIUSServer.stopAccountingServer()
Stop the accounting server. |
void |
RADIUSServer.stopDMCOAServer()
Stop the DM / COA server. |
void |
RADIUSServer.stopServer()
Stop all active servers. |
void |
RADIUSServer.disableAuthDuplicateChecking()
Disable duplicate packet checking for the authentication server. |
void |
RADIUSServer.disableAcctDuplicateChecking()
Disable duplicate packet checking for the accounting server. |
void |
RADIUSServer.setDuplicateDetectionMethod(int detectionMethod)
Use an alternate form of duplicate detection. |
Object |
RADIUSServer.getModuleInstance(String moduleName,
Object obj)
Instantiate a server support module. |
SNMPStats |
RADIUSServer.getSNMPStats()
Get server statistics. |
void |
RADIUSServer.addProxyTarget(ProxyTarget pt)
Add a proxy target to the target tables. |
void |
RADIUSServer.clearProxyTarget()
Clear the proxy target table. |
boolean |
RADIUSServer.addNAS(NAS nas)
Add a NAS entry. |
void |
RADIUSServer.removeNAS(NAS nas)
Remove a NAS entry from the tables. |
void |
RADIUSServer.clearNAS()
Remove all NAS entries. |
boolean |
RADIUSServer.replaceNASList(NAS[] nasList)
Replace the current list of NAS's. |
void |
NASInfo.addNAS(NAS nas)
Add a NAS entry to the RADIUS Server tables.. |
void |
NASInfo.removeNAS(NAS nas)
Remove a NAS entry from the RADIUS server tables. |
void |
ProxyInfo.sendClientResponse(int packetType,
AttributeList responseList)
Send a response back from the ProxyImpl.changeRequest(); Sometimes it's necessary for a proxy server to respond to a client directly rather than proxy a particular packet. |
void |
ProxyClient.send(String realm)
Send the packet to a realm. |
void |
ProxyClient.send(String realm,
Object proxyStateObject)
Send a packet to a realm with a particular proxy state object. |
| Constructors in com.theorem.radserver3 that throw RADIUSServerException | |
ProxyTarget(String targetName,
String targetAddr,
int authPort,
int acctPort,
String secret,
boolean NASIdEnforced)
Deprecated. Please use ProxyTarget() |
|
RADIUSServer()
Creates the RADIUS Server Object. |
|
| Uses of RADIUSServerException in com.theorem.radserver3.module |
| Methods in com.theorem.radserver3.module that throw RADIUSServerException | |
Object |
Module.getInstance(String moduleName,
Object obj)
Get an implementation of the module. |
|
AXL Software™ | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||