All Classes and Interfaces

Class
Description
 
A JSON API to list all the backups in the backup directory
 
 
Administration action to reload the server's dataset configuration.
Description of datasets for a server
JSON output for stats, than JSON ActionStats.
Text output for stats, than JSON ActionStats.
Process an "Authorization: Bearer" header.
Specialise AuthorizationFilter to yield HTTP 403 on access denied
Perform a backup
Variations for processing Bearer Authentication.
An authorization filter that always denies access and sends back HTTP 403
 
Template.
Enable the /$/compact endpoint via the command line.
 
Enable the /$/ping endpoint via the command line.
Prometheus Metrics.
Fuseki Module for Apache Shiro.
Enable the /$/stats endpoint via the command line.
Enable the /$/compact endpoint.
 
Crash out of a FusekiServer.
Extension access to Fuseki dispatch and execution.
 
The command line processor.
Module interface for Fuseki with loading via ServiceLoader from mixin jars.
Fuseki command that runs a minimal Fuseki server.
 
Interface for extension code to modify the building of a FusekiServer.
Reserved.
Functions that log information about the core Fuseki engine.
Fuseki error handler (used with ServletAPI HttpServletResponse.sendError).
Actions on and about a FusekiServer
A SubsystemLifecycle for Fuseki.
Programmatic ways to create a server builder using command line syntax.
Fuseki command that runs a Fuseki server without the admin UI, just SPARQL services.
Module extension interface for Fuseki.
A collection of Fuseki modules.
Call points for FusekiModule extensions
FusekiRunner provides a number of forms of Fuseki for running as a server using the command line as configuration.
Code fragments used to log Fuseki start-stop
Fuseki server.
FusekiServer.Builder
Interface to implement for extending the CLI argument parsing portion of a FusekiServer which task place in FusekiArgs
Old name used in the fuseki-server script up to v5.6.0
Each server with management has a FusekiServerCtl object for its per-server configuration.
Fuseki command that runs a Fuseki server with all function except with UI.
Fuseki command that runs a Fuseki server with the admin UI and other FusekiModules.
Interface for server starting and stopping.
 
Standalone request-response logger.
Jena initialization.
Library of functions to help with setting Jetty up with HTTPS.
Helpers for working with Jetty.
 
Jetty server for servlets, including being able to run Fuseki ActionBase derived servlets.
 
 
Simple error handler - always text/plain.
A Filter that can allow or deny access based on whether the the host that sent the request is the loopback address (AKA localhost).
Responds with HTTP 403 on any denied request.
Platform information - OS and JVM
 
Operations for running Fuseki.
Setup details (command line, config file) from command line processing.
Various constants used in the management API functions and JSON responses in the Fuseki server app.
 
Support for bearer authentication token of the form Bearer: base64("user:NAME").