Uses of Interface
net.sf.jradius.handler.EventHandler

Packages that use EventHandler
net.sf.jradius.example JRadius Client API and Handler Examples. 
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.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.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 EventHandler in net.sf.jradius.example
 

Classes in net.sf.jradius.example that implement EventHandler
 class LocalUsersHandler
          A simple Local Users implementation where users and attributes are defined in the JRadius XML configuration.
 

Uses of EventHandler in net.sf.jradius.handler
 

Subinterfaces of EventHandler in net.sf.jradius.handler
 interface PacketHandler
          The base abstract class of all Packet Handlers
 

Classes in net.sf.jradius.handler that implement EventHandler
 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)
 

Uses of EventHandler in net.sf.jradius.handler.accounting
 

Classes in net.sf.jradius.handler.accounting that implement EventHandler
 class AccountingClassHandler
          Check for the Class Attribute set by PostAuthorizeClassHandler.
 

Uses of EventHandler in net.sf.jradius.handler.authorize
 

Classes in net.sf.jradius.handler.authorize that implement EventHandler
 class MonitoringRequestHandler
          A handler to reply to monitoring requests.
 class PostAuthorizeClassHandler
          Post-Authorize Class Attribute Handler.
 

Uses of EventHandler in net.sf.jradius.handler.event
 

Classes in net.sf.jradius.handler.event that implement EventHandler
 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 EventHandler in net.sf.jradius.handler.proxy
 

Classes in net.sf.jradius.handler.proxy that implement EventHandler
 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 EventHandler in net.sf.jradius.handler.tlstunnel
 

Classes in net.sf.jradius.handler.tlstunnel that implement EventHandler
 class AuthorizeHandler
          TLS Tunnel Termination Authorization Handler
 class InitTunnelSessionHandler
          Tunnel Session Initialization Handler.
 class PreAcctHandler
          TLS Tunnel Termination Pre-Accounting Handler
 

Uses of EventHandler in net.sf.jradius.webservice
 

Classes in net.sf.jradius.webservice that implement EventHandler
 class SSOProxyService
           
 

Uses of EventHandler in net.sf.jradius.webservice.handler
 

Classes in net.sf.jradius.webservice.handler that implement EventHandler
 class OTPProxyAuthHandler
           
 class OTPProxyPostAuthHandler
           
 



Copyright © 2006 The JRadius Project, All Rights Reserved.