|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRCommand | |
---|---|
net.sf.jradius.example | JRadius Client API and Handler Examples. |
net.sf.jradius.freeradius | The JRadius/FreeRADIUS Adapter. |
net.sf.jradius.handler | JRadius Packet and Event Handler Interfaces and Handlers. |
net.sf.jradius.handler.accounting | Standard JRadius Accounting Packet Handlers. |
net.sf.jradius.handler.authorize | Standard JRadius Packet Handlers. |
net.sf.jradius.handler.chain | JRadius Handler Chaining using the Apache Jakarta Commons Chain API. |
net.sf.jradius.handler.event | Standard JRadius Event Handlers. |
net.sf.jradius.handler.proxy | Standard JRadius Proxy Packet Handlers. |
net.sf.jradius.handler.tlstunnel | Handlers to Assist with Early TLS Tunnel Termination. |
net.sf.jradius.server | The JRadius Core Server. |
net.sf.jradius.server.config | JRadius Server Configuration Objects and Utilities. |
net.sf.jradius.webservice | JRadius Web Services including two-phase and proxy authentication schemes. |
net.sf.jradius.webservice.handler | JRadius Packet Handlers for associated Web Services. |
Uses of JRCommand in net.sf.jradius.example |
---|
Classes in net.sf.jradius.example that implement JRCommand | |
---|---|
class |
LocalUsersHandler
A simple Local Users implementation where users and attributes are defined in the JRadius XML configuration. |
Uses of JRCommand in net.sf.jradius.freeradius |
---|
Methods in net.sf.jradius.freeradius with parameters of type JRCommand | |
---|---|
protected void |
FreeRadiusProcessor.logReturnCode(int result,
JRCommand handler)
|
Uses of JRCommand in net.sf.jradius.handler |
---|
Subinterfaces of JRCommand in net.sf.jradius.handler | |
---|---|
interface |
EventHandler
The base abstract class of all Event Handlers (the base of all handles) |
interface |
PacketHandler
The base abstract class of all Packet Handlers |
Classes in net.sf.jradius.handler that implement JRCommand | |
---|---|
class |
EventHandlerBase
The base abstract class of all Event Handlers (the base of all handles) |
class |
EventHandlerChain
The EventHandlerChain is a simple EventHandler that delegates the request to a type specific command within a chain catalog, if one is found. |
class |
InitSessionHandler
Initializes and configures the JRadiusSession for the request. |
class |
PacketHandlerBase
The base abstract class of all Packet Handlers |
class |
PacketHandlerChain
The Catalog Handler is a simple PacketHandler that delegates the request to a type specific command within a chain catalog, if one is found. |
class |
RadiusSessionHandler
Extended from PacketHandler, this type of handler is required to have a JRadiusSession |
class |
RunChainHandler
|
class |
SessionLogHandler
|
class |
StandardCheckingHandler
A handler to verify a request complies with a standard (requires a standardName configuration) |
Methods in net.sf.jradius.handler with parameters of type JRCommand | |
---|---|
protected boolean |
EventHandlerChain.execute(JRCommand command,
JRadiusEvent event)
|
Uses of JRCommand in net.sf.jradius.handler.accounting |
---|
Classes in net.sf.jradius.handler.accounting that implement JRCommand | |
---|---|
class |
AccountingClassHandler
Check for the Class Attribute set by PostAuthorizeClassHandler. |
Uses of JRCommand in net.sf.jradius.handler.authorize |
---|
Classes in net.sf.jradius.handler.authorize that implement JRCommand | |
---|---|
class |
MonitoringRequestHandler
A handler to reply to monitoring requests. |
class |
PostAuthorizeClassHandler
Post-Authorize Class Attribute Handler. |
Uses of JRCommand in net.sf.jradius.handler.chain |
---|
Classes in net.sf.jradius.handler.chain that implement JRCommand | |
---|---|
class |
JRChainBase
The JRadius ChainBase for Jakarta Commons Chain |
Uses of JRCommand in net.sf.jradius.handler.event |
---|
Classes in net.sf.jradius.handler.event that implement JRCommand | |
---|---|
class |
HandlerLogHandler
The default (as defined in net.sf.jradius.handler.catalog.xml) Event Handler. |
class |
SessionExpiredHandler
Handler to process the SessionExpiredEvent sent by the JRadius server. |
Uses of JRCommand in net.sf.jradius.handler.proxy |
---|
Classes in net.sf.jradius.handler.proxy that implement JRCommand | |
---|---|
class |
ProxyClassHandler
Rewrites the Class Attribute with the Session Class (for use in pre-proxy). |
class |
RewriteSessionIdHandler
Rewrites the Acct-Session-Id with the session key (for use in pre-proxy). |
Uses of JRCommand in net.sf.jradius.handler.tlstunnel |
---|
Classes in net.sf.jradius.handler.tlstunnel that implement JRCommand | |
---|---|
class |
AuthorizeHandler
TLS Tunnel Termination Authorization Handler |
class |
InitTunnelSessionHandler
Tunnel Session Initialization Handler. |
class |
PreAcctHandler
TLS Tunnel Termination Pre-Accounting Handler |
Uses of JRCommand in net.sf.jradius.server |
---|
Methods in net.sf.jradius.server with parameters of type JRCommand | |
---|---|
protected abstract void |
RadiusProcessor.logReturnCode(int result,
JRCommand handler)
|
Uses of JRCommand in net.sf.jradius.server.config |
---|
Methods in net.sf.jradius.server.config that return JRCommand | |
---|---|
static JRCommand |
Configuration.eventHandlerForName(java.lang.String name)
|
static JRCommand |
Configuration.packetHandlerForName(java.lang.String name)
|
Uses of JRCommand in net.sf.jradius.webservice |
---|
Classes in net.sf.jradius.webservice that implement JRCommand | |
---|---|
class |
SSOProxyService
|
Uses of JRCommand in net.sf.jradius.webservice.handler |
---|
Classes in net.sf.jradius.webservice.handler that implement JRCommand | |
---|---|
class |
OTPProxyAuthHandler
|
class |
OTPProxyPostAuthHandler
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |