| Package | Description |
|---|---|
| net.jradius.freeradius |
The JRadius/FreeRADIUS Adapter.
|
| net.jradius.handler |
JRadius Packet and Event Handler Interfaces and Handlers.
|
| net.jradius.handler.chain |
JRadius Handler Chaining using the Apache Jakarta Commons Chain API.
|
| net.jradius.server |
The JRadius Core Server.
|
| net.jradius.server.config |
JRadius Server Configuration Objects and Utilities.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FreeRadiusProcessor.logReturnCode(int result,
JRCommand handler) |
| Modifier and Type | Interface and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EventHandlerChain.execute(JRCommand command,
JRadiusEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRChainBase
The JRadius ChainBase for Jakarta Commons Chain
|
| Modifier and Type | Method and Description |
|---|---|
List<JRCommand> |
EventDispatcher.getEventHandlers() |
List<JRCommand> |
Processor.getRequestHandlers() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
RadiusProcessor.logReturnCode(int result,
JRCommand handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcher.setEventHandlers(List<JRCommand> eventHandlers) |
void |
Processor.setRequestHandlers(List<JRCommand> handlers) |
| Modifier and Type | Method and Description |
|---|---|
static JRCommand |
Configuration.eventHandlerForName(String name) |
static JRCommand |
Configuration.packetHandlerForName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<JRCommand> |
ListenerConfigurationItem.getEventHandlers() |
List<JRCommand> |
ListenerConfigurationItem.getRequestHandlers() |
Copyright © 2017. All rights reserved.