Uses of Class
net.sf.jradius.handler.EventHandlerBase

Packages that use EventHandlerBase
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 EventHandlerBase in net.sf.jradius.example
 

Subclasses of EventHandlerBase in net.sf.jradius.example
 class LocalUsersHandler
          A simple Local Users implementation where users and attributes are defined in the JRadius XML configuration.
 

Uses of EventHandlerBase in net.sf.jradius.handler
 

Subclasses of EventHandlerBase in net.sf.jradius.handler
 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 EventHandlerBase in net.sf.jradius.handler.accounting
 

Subclasses of EventHandlerBase in net.sf.jradius.handler.accounting
 class AccountingClassHandler
          Check for the Class Attribute set by PostAuthorizeClassHandler.
 

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

Subclasses of EventHandlerBase in net.sf.jradius.handler.authorize
 class MonitoringRequestHandler
          A handler to reply to monitoring requests.
 class PostAuthorizeClassHandler
          Post-Authorize Class Attribute Handler.
 

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

Subclasses of EventHandlerBase in net.sf.jradius.handler.event
 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 EventHandlerBase in net.sf.jradius.handler.proxy
 

Subclasses of EventHandlerBase in net.sf.jradius.handler.proxy
 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 EventHandlerBase in net.sf.jradius.handler.tlstunnel
 

Subclasses of EventHandlerBase in net.sf.jradius.handler.tlstunnel
 class AuthorizeHandler
          TLS Tunnel Termination Authorization Handler
 class InitTunnelSessionHandler
          Tunnel Session Initialization Handler.
 class PreAcctHandler
          TLS Tunnel Termination Pre-Accounting Handler
 

Uses of EventHandlerBase in net.sf.jradius.webservice
 

Subclasses of EventHandlerBase in net.sf.jradius.webservice
 class SSOProxyService
           
 

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

Subclasses of EventHandlerBase in net.sf.jradius.webservice.handler
 class OTPProxyAuthHandler
           
 class OTPProxyPostAuthHandler
           
 



Copyright © 2006 The JRadius Project, All Rights Reserved.