| Interface | Description |
|---|---|
| BanProcessor |
Decides what to do with ban and unban requests as well as active and logged bans queries.
|
| BanProcessorProvider |
Used for registering BanProcessors automatically via the
ServiceLoader mechanism. |
| Class | Description |
|---|---|
| CommandBanProcessor | |
| ForwardToProxyBanProcessor | |
| ForwardToProxyBanProcessor.Provider | |
| NegativityBanProcessor |
This ban processor simply saves bans (active and logged) in a configurable storage (
ActiveBanStorage and BanLogsStorage respectively). |