|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectGb
Holds globally interesting data for the server and it's sessions. Using this class directly is bad for your program's health as it changes from release to release.
| Field Summary | |
LogImpl |
dbgLog
|
static byte[] |
EmptyAuthenticator
|
int |
maxPacketSize
|
Module |
module
|
boolean |
multihomedAll
|
RADIUSServer |
server
|
ProxyTarget |
serverInfo
|
SessionManager |
sessionMgr
|
SNMPStats |
snmpstats
|
RADIUSStats |
stats
|
LogImpl |
svrLog
|
| Constructor Summary | |
Gb()
|
|
| Method Summary | |
void |
addClientNASListObsever(Observer observer)
Notify the list of Client NAS's that it should be observed. |
void |
addProxyNASListObsever(Observer observer)
Notify the list of proxy NAS's that it should be observed. |
void |
deleteClientNASListObsever(Observer observer)
Remove an Observer from the Client NAS's list. |
void |
deleteProxyNASListObsever(Observer observer)
Remove an Observer from the proxy NAS's list. |
NAS[] |
getClientList()
Get the list of clients. |
NAS |
getClientNAS(InetAddress client)
Get the client NAS given the client's IP address. |
char |
getPrefixCharacter()
Get the realm proxy character. |
char |
getProxyCharacter()
Get the realm proxy character. |
NAS[] |
getProxyServerList()
Get the list of proxy servers.. |
PersistentSession |
getStateSession()
Get the StateSession object. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public LogImpl dbgLog
public static final byte[] EmptyAuthenticator
public int maxPacketSize
public Module module
public boolean multihomedAll
public RADIUSServer server
public ProxyTarget serverInfo
public SessionManager sessionMgr
public SNMPStats snmpstats
public RADIUSStats stats
public LogImpl svrLog
| Constructor Detail |
public Gb()
| Method Detail |
public void addClientNASListObsever(Observer observer)
observer - Observ er to be notified.public void addProxyNASListObsever(Observer observer)
observer - Observ er to be notified.public void deleteClientNASListObsever(Observer observer)
observer - Observ er to be notified.public void deleteProxyNASListObsever(Observer observer)
observer - Observ er to be notified.public NAS[] getClientList()
public NAS getClientNAS(InetAddress client)
client - The client's IP address.
public char getPrefixCharacter()
public char getProxyCharacter()
public NAS[] getProxyServerList()
public PersistentSession getStateSession()
|
AXL RADIUS Server API V3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||