Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ActionBackup - Class in org.apache.jena.fuseki.mgt
- ActionBackup() - Constructor for class org.apache.jena.fuseki.mgt.ActionBackup
- ActionBackupList - Class in org.apache.jena.fuseki.mgt
-
A JSON API to list all the backups in the backup directory
- ActionBackupList() - Constructor for class org.apache.jena.fuseki.mgt.ActionBackupList
- ActionCompact - Class in org.apache.jena.fuseki.mgt
- ActionCompact() - Constructor for class org.apache.jena.fuseki.mgt.ActionCompact
- ActionDatasets - Class in org.apache.jena.fuseki.mgt
- ActionDatasets() - Constructor for class org.apache.jena.fuseki.mgt.ActionDatasets
- ActionLogs - Class in org.apache.jena.fuseki.mgt
- ActionLogs() - Constructor for class org.apache.jena.fuseki.mgt.ActionLogs
- ActionReload - Class in org.apache.jena.fuseki.mgt
-
Administration action to reload the server's dataset configuration.
- ActionReload() - Constructor for class org.apache.jena.fuseki.mgt.ActionReload
- ActionServerStatus - Class in org.apache.jena.fuseki.mod.admin
-
Description of datasets for a server
- ActionServerStatus() - Constructor for class org.apache.jena.fuseki.mod.admin.ActionServerStatus
- ActionStats - Class in org.apache.jena.fuseki.mod.ui
-
JSON output for stats, than JSON
ActionStats
. - ActionStats() - Constructor for class org.apache.jena.fuseki.mod.ui.ActionStats
- ActionStatsTxt - Class in org.apache.jena.fuseki.mod.ui
-
Text output for stats, than JSON
ActionStats
. - ActionStatsTxt() - Constructor for class org.apache.jena.fuseki.mod.ui.ActionStatsTxt
- add(String, DataService) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add a data service that includes dataset and service names.
- add(String, DataService.Builder) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
- add(String, Dataset) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add the dataset with given name and a default set of services including update.
- add(String, Dataset, boolean) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add the dataset with given name and a default set of services and enabling update if allowUpdate=true.
- add(String, DatasetGraph) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add the dataset with given name and a default set of services including update
- add(String, DatasetGraph, boolean) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add the dataset with given name and a default set of services and enabling update if allowUpdate=true.
- addArgModule(ArgModuleGeneral) - Static method in class org.apache.jena.fuseki.main.cmds.FusekiMain
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addCustomiser(FusekiServerArgsCustomiser) - Static method in class org.apache.jena.fuseki.main.cmds.FusekiMain
-
Registers a CLI customiser
- addCustomisers(FusekiModules) - Static method in class org.apache.jena.fuseki.main.cmds.FusekiMain
-
Registers CLI customisers.
- addDataset(String, DatasetGraph) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add a dataset, do not configure it in this call.
- addEndpoint(String, String, Operation) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Create an endpoint on the dataset.
- addEndpoint(String, String, Operation, AuthPolicy) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Create an endpoint as a service of the dataset (i.e.
- addFilter(String, Filter) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add a filter with the pathSpec.
- addFilter(String, Filter) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Add the given filter with the pathSpec.
- addGeneral - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
-
General query processor servlet
- addGlobals(Map<String, String>) - Method in class org.apache.jena.fuseki.mgt.FusekiServerCtl
- addHandler(Server, Handler) - Static method in class org.apache.jena.fuseki.main.sys.JettyLib
-
Add or append a
Handler
to a JettyServer
. - addOperation(String, Operation) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Create an endpoint on the dataset i.e.
- addOperation(String, Operation, AuthPolicy) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Create an endpoint on the dataset i.e.
- addPathConstraint(ConstraintSecurityHandler, String) - Static method in class org.apache.jena.fuseki.main.JettySecurityLib
- addProcessor(String, ActionProcessor) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add an
ActionProcessor
as a servlet. - addProcessor(String, ActionProcessor, Logger) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add an
ActionProcessor
as a servlet. - addServlet(String, HttpServlet) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add the given servlet with the
pathSpec
. - addServlet(String, HttpServlet) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Add the given servlet with the pathSpec.
- addServletAttribute(String, Object) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add a servlet attribute.
- addServletAttribute(String, Object) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Add a servlet attribute.
- addUser(UserStore, String, String) - Static method in class org.apache.jena.fuseki.main.JettySecurityLib
- addUser(UserStore, String, String, String) - Static method in class org.apache.jena.fuseki.main.JettySecurityLib
-
Make a
UserStore
for a single user,password,role - admin - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
- allowEmpty - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
-
Allow no datasets without it being an error.
- allowUpdate - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
-
Allow update
- asList() - Method in class org.apache.jena.fuseki.main.sys.FusekiModules
-
Return an immutable list of modules.
- ASSEM - Enum constant in enum class org.apache.jena.fuseki.main.cmds.SetupType
- auth(AuthScheme) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Choose the HTTP authentication scheme.
- AuthBearerFilter - Class in org.apache.jena.fuseki.main.auth
-
Process an "Authorization: Bearer" header.
- AuthBearerFilter(Function<String, String>) - Constructor for class org.apache.jena.fuseki.main.auth.AuthBearerFilter
-
Create a servlet filter that handles bearer authentication.
- AuthBearerFilter(Function<String, String>, BearerMode) - Constructor for class org.apache.jena.fuseki.main.auth.AuthBearerFilter
-
Create a servlet filter that handled bearer authentication.
- authMode - Static variable in class org.apache.jena.fuseki.main.JettySecurityLib
-
Current auth mode
- AuthorizationFilter403 - Class in org.apache.jena.fuseki.authz
-
Specialise AuthorizationFilter to yield HTTP 403 on access denied
- authScheme - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
B
- backup(Transactional, DatasetGraph, String) - Static method in class org.apache.jena.fuseki.mgt.Backup
-
Perform a backup.
- Backup - Class in org.apache.jena.fuseki.mgt
-
Perform a backup
- Backup() - Constructor for class org.apache.jena.fuseki.mgt.Backup
- BearerMode - Enum Class in org.apache.jena.fuseki.main.auth
-
Variations for processing Bearer Authentication.
- build() - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Build a server according to the current description.
- build() - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Build a server according to the current description.
- build(String...) - Static method in class org.apache.jena.fuseki.main.cmds.FusekiMain
-
Build, but do not start, a server based on command line syntax.
- builder(String...) - Static method in class org.apache.jena.fuseki.main.cmds.FusekiMain
-
Create a
FusekiServer.Builder
which has been setup according to the command line arguments. - Builder() - Constructor for class org.apache.jena.fuseki.main.JettyServer.Builder
- built - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
- bypassStdArgs - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
-
Don't process standard arguments.
C
- checkLocalhost(HttpServletRequest) - Static method in class org.apache.jena.fuseki.mod.admin.LocalhostOnly
- checkRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jena.fuseki.mod.admin.LocalhostOnly
- chooseFileName(String) - Static method in class org.apache.jena.fuseki.mgt.Backup
- clearUpSystemState() - Static method in class org.apache.jena.fuseki.mgt.FusekiServerCtl
-
Running a full-features server sets some global state.
- CONF - Enum constant in enum class org.apache.jena.fuseki.main.cmds.SetupType
- configDataAccessPoint(DataAccessPoint, Model) - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
-
This method is called for each
DataAccessPoint
by the default implementation ofFusekiBuildCycle.configured(org.apache.jena.fuseki.main.FusekiServer.Builder, org.apache.jena.fuseki.server.DataAccessPointRegistry, org.apache.jena.rdf.model.Model)
after the new server'sDataAccessPointRegistry
has been built. - configDataAccessPoint(DataAccessPoint, Model) - Method in interface org.apache.jena.fuseki.main.sys.FusekiBuildCycle
-
This method is called for each
DataAccessPoint
by the default implementation ofFusekiBuildCycle.configured(org.apache.jena.fuseki.main.FusekiServer.Builder, org.apache.jena.fuseki.server.DataAccessPointRegistry, org.apache.jena.rdf.model.Model)
after the new server'sDataAccessPointRegistry
has been built. - configDataAccessPoint(DataAccessPoint, Model) - Method in interface org.apache.jena.fuseki.main.sys.FusekiModule
-
This method is called for each
DataAccessPoint
by the default implementation ofFusekiBuildCycle.configured(org.apache.jena.fuseki.main.FusekiServer.Builder, org.apache.jena.fuseki.server.DataAccessPointRegistry, org.apache.jena.rdf.model.Model)
after the new server'sDataAccessPointRegistry
has been built. - configDataAccessPoint(DataAccessPoint, Model) - Method in class org.apache.jena.fuseki.mod.access.FMod_GraphAccessCtl
- configModel() - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Return the config model
- configured(FusekiServer.Builder, DataAccessPointRegistry, Model) - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
-
Called after the
DataAccessPointRegistry
has been built. - configured(FusekiServer.Builder, DataAccessPointRegistry, Model) - Method in interface org.apache.jena.fuseki.main.sys.FusekiBuildCycle
-
Called after the
DataAccessPointRegistry
has been built. - configured(FusekiServer.Builder, DataAccessPointRegistry, Model) - Method in interface org.apache.jena.fuseki.main.sys.FusekiModule
-
Called after the
DataAccessPointRegistry
has been built. - configured(FusekiModules, FusekiServer.Builder, DataAccessPointRegistry, Model) - Static method in class org.apache.jena.fuseki.main.sys.FusekiModuleStep
-
The DataAccessPointRegistry that will be used to build the server.
- construct(String...) - Static method in class org.apache.jena.fuseki.main.FusekiServer
-
Construct a Fuseki server from command line arguments.
- construct(String...) - Static method in class org.apache.jena.fuseki.mod.FusekiServerRunner
- contains(FusekiModule) - Method in class org.apache.jena.fuseki.main.sys.FusekiModules
-
Test whether a code module is registered.
- contentDirectory - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- contextPath(String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Context path to Fuseki.
- contextPath(String) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Context path.
- corsConfigFile - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- create() - Static method in class org.apache.jena.fuseki.main.FusekiServer
-
Return a builder, with the default choices of actions available.
- create() - Static method in class org.apache.jena.fuseki.main.JettyServer
- create() - Static method in class org.apache.jena.fuseki.mod.admin.FMod_Admin
- create() - Static method in class org.apache.jena.fuseki.mod.prometheus.FMod_Prometheus
- create() - Static method in class org.apache.jena.fuseki.mod.shiro.FMod_Shiro
- create() - Static method in class org.apache.jena.fuseki.mod.ui.FMod_UI
- create(List<FusekiModule>) - Static method in class org.apache.jena.fuseki.main.sys.FusekiModules
-
Create a collection of Fuseki modules
- create(FusekiModule...) - Static method in class org.apache.jena.fuseki.main.sys.FusekiModules
-
Create a collection of Fuseki modules
- create(OperationRegistry) - Static method in class org.apache.jena.fuseki.main.FusekiServer
-
Deprecated, for removal: This API element is subject to removal in a future version.
- create(OperationRegistry, Context) - Static method in class org.apache.jena.fuseki.main.FusekiServer
-
Return a builder, with a custom set of operation-action mappings.
D
- DATA - Static variable in class org.apache.jena.fuseki.mgt.Template
- dataset - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- datasetDescription - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
-
An informative label
- datasetNameToConfigurationFile(HttpAction, String) - Static method in class org.apache.jena.fuseki.mgt.FusekiServerCtl
-
Dataset set name to configuration file name.
- datasetPath - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
-
The dataset name (canonical form)
- datasetURL(String) - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Return the URL for a local dataset.
- defaultHttpsPort - Static variable in class org.apache.jena.fuseki.main.cmds.FusekiMain
-
Default HTTPS port when running from the command line.
- defaultPort - Static variable in class org.apache.jena.fuseki.main.cmds.FusekiMain
-
Default HTTP port when running from the command line.
- DefaultServerPort - Static variable in class org.apache.jena.fuseki.main.FusekiServer
-
Default port when running in Java via
FusekiServer....build()
. - DenyFilter - Class in org.apache.jena.fuseki.authz
-
An authorization filter that always denies access and sends back HTTP 403
- DenyFilter() - Constructor for class org.apache.jena.fuseki.authz.DenyFilter
- destroy() - Method in class org.apache.jena.fuseki.main.auth.AuthBearerFilter
- DFT_SHIRO_INI - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
- dftAuthMode - Static variable in class org.apache.jena.fuseki.main.JettySecurityLib
-
Default setting.
- dftFusekiBase - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
- DIR - Static variable in class org.apache.jena.fuseki.mgt.Template
- dirBackups - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
-
Directory for writing backups
- dirConfiguration - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
-
Directory for assembler files
- dirDatabases - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
-
Directory for TDB databases - this is known to the assembler templates
- dirLogs - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
-
Directory for assembler files
- dirSystemFileArea - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
-
Directory for files uploaded (e.g upload assembler descriptions); not data uploads.
- dirTemplates - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
-
Directory for assembler files
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.jena.fuseki.main.auth.AuthBearerFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.jena.fuseki.main.sys.HttpLoggerFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.jena.fuseki.mod.admin.LocalhostOnly
- dsgMaker - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
E
- empty() - Static method in class org.apache.jena.fuseki.main.sys.FusekiModules
-
A Fuseki module with no members.
- enableCompact(boolean) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add the "/$/compact/*" servlet that triggers compaction for specified dataset.
- enableCors(boolean) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Enable or disable a Cross Origin (CORS) filter with default settings.
- enableCors(boolean, String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Enable a Cross Origin (CORS) filter with a specific configuration, or disable CORS processing.
- enableMetrics(boolean) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add the "/$/metrics" servlet that responds with Prometheus metrics about the server.
- enablePing(boolean) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add the "/$/ping" servlet that responds to HTTP very efficiently.
- enableStats(boolean) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add the "/$/stats" servlet that responds with stats about the server, including counts of all calls made.
- enableTasks(boolean) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add the "/$/tasks" servlet that responds with info about tasks run on the server
- envFusekiBase - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
- envFusekiShiro - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
- errorHandler(ErrorHandler) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Set an
ErrorHandler
. - execGet(HttpAction) - Method in class org.apache.jena.fuseki.mgt.ActionBackupList
- execGet(HttpAction) - Method in class org.apache.jena.fuseki.mgt.ActionLogs
- execGet(HttpAction) - Method in class org.apache.jena.fuseki.mod.admin.ActionServerStatus
- execPost(HttpAction) - Method in class org.apache.jena.fuseki.mgt.ActionBackupList
- execPost(HttpAction) - Method in class org.apache.jena.fuseki.mod.admin.ActionServerStatus
- execute(HttpAction) - Method in class org.apache.jena.fuseki.mgt.ActionBackupList
- execute(HttpAction) - Method in class org.apache.jena.fuseki.mgt.ActionLogs
- execute(HttpAction) - Method in class org.apache.jena.fuseki.mgt.ActionReload
- execute(HttpAction) - Method in class org.apache.jena.fuseki.mod.admin.ActionServerStatus
- existingConfigurationFile(String) - Static method in class org.apache.jena.fuseki.mgt.FusekiServerCtl
-
Return the filenames of all matching files in the configuration directory (absolute paths returned ).
F
- FILE - Enum constant in enum class org.apache.jena.fuseki.main.cmds.SetupType
- FMod_Admin - Class in org.apache.jena.fuseki.mod.admin
- FMod_Admin() - Constructor for class org.apache.jena.fuseki.mod.admin.FMod_Admin
- FMod_BLANK - Class in org.apache.jena.fuseki.mod.blank
-
Template.
- FMod_BLANK() - Constructor for class org.apache.jena.fuseki.mod.blank.FMod_BLANK
- FMod_GraphAccessCtl - Class in org.apache.jena.fuseki.mod.access
- FMod_GraphAccessCtl() - Constructor for class org.apache.jena.fuseki.mod.access.FMod_GraphAccessCtl
- FMod_Prometheus - Class in org.apache.jena.fuseki.mod.prometheus
-
Prometheus Metrics.
- FMod_Prometheus() - Constructor for class org.apache.jena.fuseki.mod.prometheus.FMod_Prometheus
- FMod_Shiro - Class in org.apache.jena.fuseki.mod.shiro
-
Fuseki Module for Apache Shiro.
- FMod_Shiro() - Constructor for class org.apache.jena.fuseki.mod.shiro.FMod_Shiro
- FMod_Shiro(String) - Constructor for class org.apache.jena.fuseki.mod.shiro.FMod_Shiro
- FMod_UI - Class in org.apache.jena.fuseki.mod.ui
- FMod_UI() - Constructor for class org.apache.jena.fuseki.mod.ui.FMod_UI
- forEach(Consumer<FusekiModule>) - Method in class org.apache.jena.fuseki.main.sys.FusekiModules
-
Apply an action to each module, in order, one at a time.
- fuseki - package fuseki
- FusekiActionCycle - Interface in org.apache.jena.fuseki.main.sys
-
Extension access to Fuseki dispatch and execution.
- FusekiAdmin - Class in org.apache.jena.fuseki.mgt
- FusekiAdmin() - Constructor for class org.apache.jena.fuseki.mgt.FusekiAdmin
- FusekiAutoModule - Interface in org.apache.jena.fuseki.main.sys
-
Module interface for Fuseki with loading via ServiceLoader from mixin jars.
- FusekiAutoModules - Class in org.apache.jena.fuseki.main.sys
-
Management of
automatically loaded modules
found viaServiceLoader
. - FusekiAutoModules() - Constructor for class org.apache.jena.fuseki.main.sys.FusekiAutoModules
- FusekiBuildCycle - Interface in org.apache.jena.fuseki.main.sys
-
Interface for extension code to modify the building of a
FusekiServer
. - fusekiBuilderAccessCtl(Function<HttpAction, String>) - Static method in class org.apache.jena.fuseki.main.FusekiLib
-
Return a
FusekiServer.Builder
setup for data access control. - fusekiBuilderAccessCtl(FusekiServer.Builder, Function<HttpAction, String>) - Static method in class org.apache.jena.fuseki.main.FusekiLib
-
Modify a
FusekiServer.Builder
setup for data access control. - FusekiCmd - Class in org.apache.jena.fuseki.cmd
-
Deprecated, for removal: This API element is subject to removal in a future version.
- FusekiCmd() - Constructor for class org.apache.jena.fuseki.cmd.FusekiCmd
-
Deprecated.
- FusekiErrorHandler - Class in org.apache.jena.fuseki.main.sys
-
Fuseki error handler (used with ServletAPI HttpServletResponse.sendError).
- FusekiErrorHandler() - Constructor for class org.apache.jena.fuseki.main.sys.FusekiErrorHandler
- FusekiLib - Class in org.apache.jena.fuseki.main
-
Actions on and about a
FusekiServer
- FusekiLib() - Constructor for class org.apache.jena.fuseki.main.FusekiLib
- FusekiLifecycle - Interface in org.apache.jena.fuseki.main.sys
-
A
SubsystemLifecycle
for Fuseki. - FusekiMain - Class in org.apache.jena.fuseki.main.cmds
- FusekiMainCmd - Class in org.apache.jena.fuseki.main.cmds
-
Fuseki command that runs a Fuseki server without the admin UI, just SPARQL services.
- FusekiMainCmd() - Constructor for class org.apache.jena.fuseki.main.cmds.FusekiMainCmd
- FusekiModule - Interface in org.apache.jena.fuseki.main.sys
-
Module interface for Fuseki.
- fusekiModules - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
-
FusekiModules to use during the server build Command line customisers are handled separately by FusekiMain.
- fusekiModules() - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Return the current list of Fuseki modules in the builder.
- fusekiModules(FusekiModules) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set the
Fuseki Module
for a server. - FusekiModules - Class in org.apache.jena.fuseki.main.sys
-
A collection of Fuseki modules.
- FusekiModuleStep - Class in org.apache.jena.fuseki.main.sys
-
Call points for FusekiModule extensions
- FusekiModuleStep() - Constructor for class org.apache.jena.fuseki.main.sys.FusekiModuleStep
- FusekiServer - Class in org.apache.jena.fuseki.main
-
Fuseki server.
- FusekiServer.Builder - Class in org.apache.jena.fuseki.main
-
FusekiServer.Builder
- FusekiServerArgsCustomiser - Interface in org.apache.jena.fuseki.main.sys
-
Interface to implement for extending the CLI argument parsing portion of a
FusekiServer
. - FusekiServerCmd - Class in org.apache.jena.fuseki.main.cmds
-
Fuseki command that runs a Fuseki server with the admin UI.
- FusekiServerCmd() - Constructor for class org.apache.jena.fuseki.main.cmds.FusekiServerCmd
- FusekiServerCtl - Class in org.apache.jena.fuseki.mgt
- FusekiServerCtl(Path) - Constructor for class org.apache.jena.fuseki.mgt.FusekiServerCtl
- FusekiServerRunner - Class in org.apache.jena.fuseki.mod
- FusekiServerRunner() - Constructor for class org.apache.jena.fuseki.mod.FusekiServerRunner
- FusekiStartStop - Interface in org.apache.jena.fuseki.main.sys
-
Interface for server starting and stopping.
- FusekiWebappCmd - Class in org.apache.jena.fuseki.cmd
-
Deprecated, for removal: This API element is subject to removal in a future version.
- FusekiWebappCmd() - Constructor for class org.apache.jena.fuseki.cmd.FusekiWebappCmd
-
Deprecated.
G
- generateConfigurationFilename(String) - Static method in class org.apache.jena.fuseki.mgt.FusekiServerCtl
-
New configuration file name - absolute filename
- generateStats(DataAccessPoint) - Static method in class org.apache.jena.fuseki.mod.ui.ActionStats
- generateStats(DataAccessPointRegistry) - Static method in class org.apache.jena.fuseki.mod.ui.ActionStats
- get(ServletContext) - Static method in class org.apache.jena.fuseki.main.FusekiServer
-
Return the
FusekiServer
associated with aServletContext
. - get(ServletContext) - Static method in class org.apache.jena.fuseki.mgt.FusekiServerCtl
- getConfigFilename() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Return the filename of the configuration file.
- getDataAccessPointRegistry() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Get the
DataAccessPointRegistry
. - getDataServiceBuilder(String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Get the DataService.Builder, if any, in this builder for the given service name.
- getDataset(String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Get the DatasetGraph, if any, being built for a service in this builder.
- getFusekiBase() - Method in class org.apache.jena.fuseki.mgt.FusekiServerCtl
- getHttpPort() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Get the HTTP port.
- getHttpsPort() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Get the HTTPS port.
- getJettyServer() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Get the underlying Jetty server which has also been set up.
- getJettyServer() - Method in class org.apache.jena.fuseki.main.JettyServer
-
Get the underlying Jetty server which has also been set up.
- getMessage() - Method in class org.apache.jena.fuseki.authz.AuthorizationFilter403
- getMeterRegistry() - Method in class org.apache.jena.fuseki.mod.prometheus.PrometheusMetricsProvider
- getModules() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Return the list of
FusekiModule
s for this server. - getOperationRegistry() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Get the
OperationRegistry
. - getPort() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Return the port being used.
- getPort() - Method in class org.apache.jena.fuseki.main.JettyServer
-
Return the port begin used.
- getServletAttribute(String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Read a servlet attribute that has been set during building this server.
- getServletContext() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Get the
ServletContext
used for Fuseki processing. - getServletContext() - Method in class org.apache.jena.fuseki.main.JettyServer
-
Get the
ServletContext
. - getStaticContentDir() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Return the filename to the static content area.
- getSystemModules() - Static method in class org.apache.jena.fuseki.main.sys.FusekiModules
- getUserFromAuthHeader(String) - Static method in class org.apache.jena.fuseki.main.auth.SimpleBearer
-
Get the user name from a "user:" bearer token which not in base64 encoded plain text.
- getUserFromToken64(String) - Static method in class org.apache.jena.fuseki.main.auth.SimpleBearer
-
Decode a base64 string and get the user name assuming the "user:" form.
H
- hostname - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
- httpConfiguration() - Static method in class org.apache.jena.fuseki.main.sys.JettyLib
-
HTTP configuration with setting for Fuseki workload.
- HttpLoggerFilter - Class in org.apache.jena.fuseki.main.sys
-
Standalone request-response logger.
- HttpLoggerFilter() - Constructor for class org.apache.jena.fuseki.main.sys.HttpLoggerFilter
- https(int, String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set the HTTPs port and read the certificate store location and password from a file.
- https(int, String, String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set the HTTPs port and provide the certificate store and password.
- httpsKeysDetails - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- httpsPort - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
I
- init() - Static method in class org.apache.jena.fuseki.main.sys.InitFusekiMain
- init(FilterConfig) - Method in class org.apache.jena.fuseki.main.auth.AuthBearerFilter
- InitFusekiMain - Class in org.apache.jena.fuseki.main.sys
-
Jena initialization.
- InitFusekiMain() - Constructor for class org.apache.jena.fuseki.main.sys.InitFusekiMain
J
- JettyConfigException(String) - Constructor for exception org.apache.jena.fuseki.main.JettyServer.JettyConfigException
- jettyConfigFile - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- JettyHttps - Class in org.apache.jena.fuseki.main
-
Library of functions to help with setting Jetty up with HTTPS.
- JettyHttps() - Constructor for class org.apache.jena.fuseki.main.JettyHttps
- JettyLib - Class in org.apache.jena.fuseki.main.sys
-
Helpers for working with Jetty.
- JettyLib() - Constructor for class org.apache.jena.fuseki.main.sys.JettyLib
- JettySecurityLib - Class in org.apache.jena.fuseki.main
- JettySecurityLib() - Constructor for class org.apache.jena.fuseki.main.JettySecurityLib
- jettyServer(int, int) - Static method in class org.apache.jena.fuseki.main.JettyServer
- jettyServer(String) - Static method in class org.apache.jena.fuseki.main.JettyServer
- JettyServer - Class in org.apache.jena.fuseki.main
-
Jetty server for servlets, including being able to run Fuseki
ActionBase
derived servlets. - JettyServer.Builder - Class in org.apache.jena.fuseki.main
- JettyServer.JettyConfigException - Exception in org.apache.jena.fuseki.main
- JettyServer.PlainErrorHandler - Class in org.apache.jena.fuseki.main
-
Simple error handler - always text/plain.
- jettyServerConfig(String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Build the server using a Jetty configuration file.
- jettyServerConfig(String) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Build the server using a Jetty configuration file.
- jettyServerHttps(ServletContextHandler, String, String, int, int) - Static method in class org.apache.jena.fuseki.main.JettyHttps
-
Create a HTTPS Jetty server for the
ServletContextHandler
- jettyServerHttps(ServletContextHandler, String, String, int, int, int, int) - Static method in class org.apache.jena.fuseki.main.JettyHttps
-
Create a HTTPS Jetty server for the
ServletContextHandler
- join() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Wait for the server to exit.
- join() - Method in class org.apache.jena.fuseki.main.JettyServer
-
Wait for the server to exit.
L
- level() - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
-
Level for ordering calling all loaded
FusekiAutoModule
. - level() - Method in class org.apache.jena.fuseki.main.sys.InitFusekiMain
- levelFModAdmin - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
- levelFModShiro - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
- levelFModUI - Static variable in class org.apache.jena.fuseki.mgt.FusekiServerCtl
- LocalhostFilter - Class in org.apache.jena.fuseki.authz
-
A Filter that can allow or deny access based on whether the the host that sent the request is the loopback address (AKA localhost).
- LocalhostFilter() - Constructor for class org.apache.jena.fuseki.authz.LocalhostFilter
- LocalhostOnly - Class in org.apache.jena.fuseki.mod.admin
-
Responds with HTTP 403 on any denied request.
- LocalhostOnly() - Constructor for class org.apache.jena.fuseki.mod.admin.LocalhostOnly
- loopback - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
-
Loopback
- loopback(boolean) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Restrict the server to only responding to the localhost interface.
- loopback(boolean) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Restrict the server to only responding to the localhost interface.
M
- main(String...) - Static method in class fuseki.run
- main(String...) - Static method in class org.apache.jena.fuseki.cmd.FusekiCmd
-
Deprecated.This duplicates an entry point of Fuseki/webapp (jena-fuseki-fulljar)
- main(String...) - Static method in class org.apache.jena.fuseki.cmd.FusekiWebappCmd
-
Deprecated.This duplicates an entry point of Fuseki/webapp (jena-fuseki-fulljar)
- main(String...) - Static method in class org.apache.jena.fuseki.main.cmds.FusekiMainCmd
-
Build and run, a server based on command line syntax.
- main(String...) - Static method in class org.apache.jena.fuseki.main.cmds.FusekiServerCmd
-
Build and run, a server based on command line syntax.
- main(String...) - Static method in class org.apache.jena.fuseki.mod.FusekiServerRunner
- make(int, String, DatasetGraph) - Static method in class org.apache.jena.fuseki.main.FusekiServer
-
Construct a Fuseki server for one dataset.
- makeSecurityHandler(String, UserStore) - Static method in class org.apache.jena.fuseki.main.JettySecurityLib
-
Create a Jetty
SecurityHandler
for basic authentication. - makeSecurityHandler(String, UserStore, AuthScheme) - Static method in class org.apache.jena.fuseki.main.JettySecurityLib
-
Create a Jetty
SecurityHandler
for basic authentication. - makeSecurityHandler$(String, UserStore, AuthScheme) - Static method in class org.apache.jena.fuseki.main.JettySecurityLib
-
Create a Jetty
SecurityHandler
for basic authentication. - makeSecurityHandlerForPathspec(String, String, UserStore) - Static method in class org.apache.jena.fuseki.main.JettySecurityLib
-
Create a Jetty
SecurityHandler
for a specific pathSpace, e.g/database
. - makeUserStore(String) - Static method in class org.apache.jena.fuseki.main.JettySecurityLib
-
Make a
UserStore
from a password file. - makeUserStore(String, String) - Static method in class org.apache.jena.fuseki.main.JettySecurityLib
-
Make a
UserStore
for a single user, password in any role. - maxServerThreads(int) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set the maximum number threads used by Jetty.
- maxServerThreads(int) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Set the maximum number threads used by Jetty.
- MEM - Enum constant in enum class org.apache.jena.fuseki.main.cmds.SetupType
- MEMTDB - Enum constant in enum class org.apache.jena.fuseki.main.cmds.SetupType
- modifyForAccessCtl(DataAccessPointRegistry, Function<HttpAction, String>) - Static method in class org.apache.jena.fuseki.main.FusekiLib
-
Modify in-place existing
Endpoints
so that the read-operations for query/GSP/Quads go to the data-filtering versions of theActionServices
. - modifyForAccessCtl(Endpoint, Function<HttpAction, String>) - Static method in class org.apache.jena.fuseki.main.FusekiLib
-
Modify in-place existing an
Endpoint
so that the read-operations for query/GSP/Quads go to the data-filtering versions of theActionServices
.
N
- name() - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
-
A display name to identify this module.
- name() - Method in interface org.apache.jena.fuseki.main.sys.FusekiBuildCycle
-
A display name to identify this module.
- name() - Method in interface org.apache.jena.fuseki.main.sys.FusekiModule
-
A display name to identify this module.
- name() - Method in class org.apache.jena.fuseki.mod.access.FMod_GraphAccessCtl
- name() - Method in class org.apache.jena.fuseki.mod.admin.FMod_Admin
- name() - Method in class org.apache.jena.fuseki.mod.blank.FMod_BLANK
- name() - Method in class org.apache.jena.fuseki.mod.prometheus.FMod_Prometheus
- name() - Method in class org.apache.jena.fuseki.mod.shiro.FMod_Shiro
- name() - Method in class org.apache.jena.fuseki.mod.ui.FMod_UI
- NAME - Static variable in class org.apache.jena.fuseki.mgt.Template
- names(FusekiServer) - Static method in class org.apache.jena.fuseki.main.FusekiLib
-
Return a collection of the names registered.
- newResource(String) - Static method in class org.apache.jena.fuseki.main.sys.JettyLib
-
Create a resource for a filename
- NONE - Enum constant in enum class org.apache.jena.fuseki.main.auth.BearerMode
- NONE - Enum constant in enum class org.apache.jena.fuseki.main.cmds.SetupType
- numServerThreads(int, int) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set the number threads used by Jetty.
- numServerThreads(int, int) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Set the number threads used by Jetty.
O
- opBackup - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
- opCompact - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
- opDatasets - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
- opListBackups - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
- opServer - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
- OPTIONAL - Enum constant in enum class org.apache.jena.fuseki.main.auth.BearerMode
- org.apache.jena.fuseki.authz - package org.apache.jena.fuseki.authz
- org.apache.jena.fuseki.cmd - package org.apache.jena.fuseki.cmd
- org.apache.jena.fuseki.main - module org.apache.jena.fuseki.main
- org.apache.jena.fuseki.main - package org.apache.jena.fuseki.main
- org.apache.jena.fuseki.main.auth - package org.apache.jena.fuseki.main.auth
- org.apache.jena.fuseki.main.cmds - package org.apache.jena.fuseki.main.cmds
- org.apache.jena.fuseki.main.sys - package org.apache.jena.fuseki.main.sys
- org.apache.jena.fuseki.mgt - package org.apache.jena.fuseki.mgt
- org.apache.jena.fuseki.mod - package org.apache.jena.fuseki.mod
- org.apache.jena.fuseki.mod.access - package org.apache.jena.fuseki.mod.access
- org.apache.jena.fuseki.mod.admin - package org.apache.jena.fuseki.mod.admin
- org.apache.jena.fuseki.mod.blank - package org.apache.jena.fuseki.mod.blank
- org.apache.jena.fuseki.mod.prometheus - package org.apache.jena.fuseki.mod.prometheus
- org.apache.jena.fuseki.mod.shiro - package org.apache.jena.fuseki.mod.shiro
- org.apache.jena.fuseki.mod.ui - package org.apache.jena.fuseki.mod.ui
P
- parseConfig(Graph) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Configure using a Fuseki services/datasets assembler in a
Graph
. - parseConfig(Model) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Configure using a Fuseki services/datasets assembler model.
- parseConfigFile(String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Configure using a Fuseki services/datasets assembler file.
- parseConfigFile(Path) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Configure using a Fuseki services/datasets assembler file.
- parseConfiguration(Graph) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
- passwdFile - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- passwordFile(String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set the password file.
- PlainErrorHandler() - Constructor for class org.apache.jena.fuseki.main.JettyServer.PlainErrorHandler
- port - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
-
Server port.
- port(int) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set the HTTP port to run on.
- port(int) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Set the port to run on.
- prepare(FusekiServer.Builder, Set<String>, Model) - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
-
Called at the start of "build" step.
- prepare(FusekiServer.Builder, Set<String>, Model) - Method in interface org.apache.jena.fuseki.main.sys.FusekiBuildCycle
-
Called at the start of "build" step.
- prepare(FusekiServer.Builder, Set<String>, Model) - Method in interface org.apache.jena.fuseki.main.sys.FusekiModule
-
Called at the start of "build" step.
- prepare(FusekiServer.Builder, Set<String>, Model) - Method in class org.apache.jena.fuseki.mod.admin.FMod_Admin
- prepare(FusekiServer.Builder, Set<String>, Model) - Method in class org.apache.jena.fuseki.mod.prometheus.FMod_Prometheus
- prepare(FusekiServer.Builder, Set<String>, Model) - Method in class org.apache.jena.fuseki.mod.shiro.FMod_Shiro
-
Determine the Shiro configuration file.
- prepare(FusekiServer.Builder, Set<String>, Model) - Method in class org.apache.jena.fuseki.mod.ui.FMod_UI
- prepare(FusekiModules, FusekiServer.Builder, Set<String>, Model) - Static method in class org.apache.jena.fuseki.main.sys.FusekiModuleStep
-
Call at the start of "build" step.
- PrometheusMetricsProvider - Class in org.apache.jena.fuseki.mod.prometheus
- PrometheusMetricsProvider() - Constructor for class org.apache.jena.fuseki.mod.prometheus.PrometheusMetricsProvider
R
- rdfsSchemaGraph - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
-
RDFS dataset - only when dataset is defined on the command line.
- realm - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- realm(String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set the realm used for HTTP digest authentication.
- registerOperation(Operation, String, ActionService) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add an operation to the server, together with its triggering Content-Type (which may be null) and servlet handler.
- registerOperation(Operation, ActionService) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Add an operation and handler to the server.
- reload(FusekiServer, Model) - Static method in class org.apache.jena.fuseki.main.FusekiLib
-
Process a configuration mode to find the DataServices and reset the server
DataAccessPointRegistry
. - remove(String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Remove the dataset from being built.
- requestAuthorizationHeader(String) - Static method in class org.apache.jena.fuseki.main.auth.SimpleBearer
-
Create the header string setting for bearer auth in the "user:" scheme.
- requestAuthorizationToken(String) - Static method in class org.apache.jena.fuseki.main.auth.SimpleBearer
-
Create the header string setting for bearer auth in the "user:" scheme.
- REQUIRED - Enum constant in enum class org.apache.jena.fuseki.main.auth.BearerMode
- resetCustomisers() - Static method in class org.apache.jena.fuseki.main.cmds.FusekiMain
-
Resets any previously registered CLI customisers
- restoreSystemDefault() - Static method in class org.apache.jena.fuseki.main.sys.FusekiModules
-
Restore the original setting of the system default collection.
- run - Class in fuseki
-
Run FusekiMain.
- run() - Constructor for class fuseki.run
- run(String...) - Static method in class org.apache.jena.fuseki.main.cmds.FusekiMain
-
Create a server and run, within the same JVM.
- runAsync(String...) - Static method in class org.apache.jena.fuseki.mod.FusekiServerRunner
S
- scrape(HttpAction) - Method in class org.apache.jena.fuseki.mod.prometheus.PrometheusMetricsProvider
- securityHandler(SecurityHandler) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set a Jetty SecurityHandler.
- securityHandler(SecurityHandler) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Set a Jetty SecurityHandler.
- server(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
-
Called when the server is built at the point where it is returned from the
Fuseki server builder
. - server(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiBuildCycle
-
Called when the server is built at the point where it is returned from the
Fuseki server builder
. - server(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiModule
-
Called when the server is built at the point where it is returned from the
Fuseki server builder
. - server(FusekiServer) - Static method in class org.apache.jena.fuseki.main.sys.FusekiModuleStep
-
The outcome of the "build" step.
- server(FusekiServer) - Method in class org.apache.jena.fuseki.mod.prometheus.FMod_Prometheus
- serverAfterStarting(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
-
Server started - called just after server.start happens, and before server .start() returns to the application.
- serverAfterStarting(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiModule
-
Server started - called just after server.start happens, and before server .start() returns to the application.
- serverAfterStarting(FusekiServer) - Static method in class org.apache.jena.fuseki.main.sys.FusekiModuleStep
-
Called just after
server.start()
called. - serverAfterStarting(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiStartStop
-
Server started - called just after server.start happens, and before server .start() returns to the application.
- ServerArgs - Class in org.apache.jena.fuseki.main.cmds
-
Setup details (command line, config file) from command line processing.
- ServerArgs() - Constructor for class org.apache.jena.fuseki.main.cmds.ServerArgs
- serverArgsBuilder(FusekiServer.Builder, Model) - Method in interface org.apache.jena.fuseki.main.sys.FusekiServerArgsCustomiser
-
Called at the end of applying the
ServerArgs
to the builder. - serverArgsModify(CmdGeneral, ServerArgs) - Method in interface org.apache.jena.fuseki.main.sys.FusekiServerArgsCustomiser
-
Called after the standard Fuseki main arguments have been added and before argument processing of the command line.
- serverArgsModify(CmdGeneral, ServerArgs) - Method in class org.apache.jena.fuseki.mod.admin.FMod_Admin
- serverArgsModify(CmdGeneral, ServerArgs) - Method in class org.apache.jena.fuseki.mod.shiro.FMod_Shiro
- serverArgsModify(CmdGeneral, ServerArgs) - Method in class org.apache.jena.fuseki.mod.ui.FMod_UI
- serverArgsPrepare(CmdGeneral, ServerArgs) - Method in interface org.apache.jena.fuseki.main.sys.FusekiServerArgsCustomiser
-
Called at the end command line argument processing.
- serverArgsPrepare(CmdGeneral, ServerArgs) - Method in class org.apache.jena.fuseki.mod.admin.FMod_Admin
- serverArgsPrepare(CmdGeneral, ServerArgs) - Method in class org.apache.jena.fuseki.mod.shiro.FMod_Shiro
- serverArgsPrepare(CmdGeneral, ServerArgs) - Method in class org.apache.jena.fuseki.mod.ui.FMod_UI
- serverAuthPolicy(AuthPolicy) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set the server-wide server authorization
AuthPolicy
. - serverBeforeStarting(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
-
Server starting - called just before server.start happens.
- serverBeforeStarting(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiModule
-
Server starting - called just before server.start happens.
- serverBeforeStarting(FusekiServer) - Static method in class org.apache.jena.fuseki.main.sys.FusekiModuleStep
-
Called just before
server.start()
called. - serverBeforeStarting(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiStartStop
-
Server starting - called just before server.start happens.
- serverBeforeStarting(FusekiServer) - Method in class org.apache.jena.fuseki.mod.shiro.FMod_Shiro
- serverConfigFile - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- serverConfigModel - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- serverConfirmReload(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiBuildCycle
-
Confirm or reject a request to reload.
- serverConfirmReload(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiModule
-
Confirm or reject a request to reload.
- ServerMgtConst - Class in org.apache.jena.fuseki.mgt
-
Various constants used in the management API functions and JSON responses in the Fuseki server app.
- ServerMgtConst() - Constructor for class org.apache.jena.fuseki.mgt.ServerMgtConst
- serverModules() - Static method in class org.apache.jena.fuseki.mod.FusekiServerRunner
-
A use-once
FusekiModules
for the full-featured Fuseki server. - serverReload(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiBuildCycle
-
A running server has been asked to reload its configuration.
- serverReload(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiModule
-
A running server has been asked to reload its configuration.
- serverReload(FusekiServer) - Static method in class org.apache.jena.fuseki.main.sys.FusekiModuleStep
-
Server reload.
- serverReload(FusekiServer) - Method in class org.apache.jena.fuseki.mod.admin.FMod_Admin
-
A running server has been asked to reload its configuration.
- serverReload(FusekiServer) - Method in class org.apache.jena.fuseki.mod.ui.FMod_UI
-
A running server has been asked to reload its configuration.
- serverStopped(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
-
Server stopping.
- serverStopped(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiModule
-
Server stopping.
- serverStopped(FusekiServer) - Static method in class org.apache.jena.fuseki.main.sys.FusekiModuleStep
-
Called just after
server.stop()
has happened. - serverStopped(FusekiServer) - Method in interface org.apache.jena.fuseki.main.sys.FusekiStartStop
-
Server stopping.
- serverURL() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Calculate the server URL for "localhost".
- services - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
- servletContextName(String) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
ServletContextName.
- servletContextPath - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- setDataAccessPointRegistry(FusekiServer, DataAccessPointRegistry) - Static method in class org.apache.jena.fuseki.main.FusekiLib
- setMessage(String) - Method in class org.apache.jena.fuseki.authz.AuthorizationFilter403
-
Set the message used in HTTP 403 responses
- setMimeTypes(ServletContextHandler) - Static method in class org.apache.jena.fuseki.main.sys.JettyLib
-
Add the RDF MIME Type mappings
- setSystemDefault(FusekiModules) - Static method in class org.apache.jena.fuseki.main.sys.FusekiModules
-
There is a system wide set of modules used when no other modules are indicated.
- setup - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- setup() - Method in class org.apache.jena.fuseki.mgt.FusekiServerCtl
-
Set up the area if not already formatted.
- SetupType - Enum Class in org.apache.jena.fuseki.main.cmds
- shiroConfigLog - Static variable in class org.apache.jena.fuseki.mod.shiro.FMod_Shiro
- SimpleBearer - Class in org.apache.jena.fuseki.main.auth
-
Support for bearer authentication token of the form
Bearer: base64("user:NAME")
. - SimpleBearer() - Constructor for class org.apache.jena.fuseki.main.auth.SimpleBearer
- SPARQLer - Enum constant in enum class org.apache.jena.fuseki.main.cmds.SetupType
- start() - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Shortcut: build, then start the server.
- start() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Start the server - the server continues to run after this call returns.
- start() - Method in class org.apache.jena.fuseki.main.JettyServer
-
Start the server - the server continues to run after this call returns.
- start() - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
- start() - Method in class org.apache.jena.fuseki.main.sys.InitFusekiMain
- startDT - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
- startEmpty - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
-
Start without a dataset or configuration (this is
--empty
) - staticFileBase() - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Get the location (if any has been set) to serve static files from.
- staticFileBase(String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set the location (filing system directory) to serve static files from.
- staticFileBase(String) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Set the location (filing system directory) to serve static file from.
- stop() - Method in class org.apache.jena.fuseki.main.FusekiServer
-
Stop the server.
- stop() - Method in class org.apache.jena.fuseki.main.JettyServer
-
Stop the server.
- stop() - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
- stop() - Method in class org.apache.jena.fuseki.main.sys.InitFusekiMain
- systemLock - Static variable in class org.apache.jena.fuseki.mgt.FusekiAdmin
T
- TDB - Enum constant in enum class org.apache.jena.fuseki.main.cmds.SetupType
- Template - Class in org.apache.jena.fuseki.mgt
- Template() - Constructor for class org.apache.jena.fuseki.mgt.Template
- templateDir - Static variable in class org.apache.jena.fuseki.mgt.Template
- templateFile(Path, String, Map<String, String>, Lang) - Static method in class org.apache.jena.fuseki.mgt.TemplateFunctions
-
Read in a template from a file, substitute for {NAME} and return the string.
- TemplateFunctions - Class in org.apache.jena.fuseki.mgt
- TemplateFunctions() - Constructor for class org.apache.jena.fuseki.mgt.TemplateFunctions
- templateNames - Static variable in class org.apache.jena.fuseki.mgt.Template
- templateResource(String, Map<String, String>, Lang) - Static method in class org.apache.jena.fuseki.mgt.TemplateFunctions
-
Read a template file, substitute for {NAME} and return the model.
- templateServiceFN - Static variable in class org.apache.jena.fuseki.mgt.Template
- templateString(String, Map<String, String>, Lang) - Static method in class org.apache.jena.fuseki.mgt.TemplateFunctions
-
Create a template from a String
- templateTDB1_DirFN - Static variable in class org.apache.jena.fuseki.mgt.Template
- templateTDB1_DirReadFN - Static variable in class org.apache.jena.fuseki.mgt.Template
- templateTDB1_FN - Static variable in class org.apache.jena.fuseki.mgt.Template
- templateTDB1_MemFN - Static variable in class org.apache.jena.fuseki.mgt.Template
- templateTDB2_DirFN - Static variable in class org.apache.jena.fuseki.mgt.Template
- templateTDB2_DirReadFN - Static variable in class org.apache.jena.fuseki.mgt.Template
- templateTDB2_FN - Static variable in class org.apache.jena.fuseki.mgt.Template
- templateTDB2_MemFN - Static variable in class org.apache.jena.fuseki.mgt.Template
- templateTIM_MemFN - Static variable in class org.apache.jena.fuseki.mgt.Template
U
- UNSET - Enum constant in enum class org.apache.jena.fuseki.main.cmds.SetupType
- uptime - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
- USER_PREFIX - Static variable in class org.apache.jena.fuseki.main.auth.SimpleBearer
V
- validate(HttpAction) - Method in class org.apache.jena.fuseki.mgt.ActionBackup
- validate(HttpAction) - Method in class org.apache.jena.fuseki.mgt.ActionBackupList
- validate(HttpAction) - Method in class org.apache.jena.fuseki.mgt.ActionDatasets
- validate(HttpAction) - Method in class org.apache.jena.fuseki.mgt.ActionLogs
- validate(HttpAction) - Method in class org.apache.jena.fuseki.mgt.ActionReload
- validate(HttpAction) - Method in class org.apache.jena.fuseki.mod.admin.ActionServerStatus
- validate(HttpAction) - Method in class org.apache.jena.fuseki.mod.ui.ActionStats
- validate(HttpAction) - Method in class org.apache.jena.fuseki.mod.ui.ActionStatsTxt
- validators - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- valueOf(String) - Static method in enum class org.apache.jena.fuseki.main.auth.BearerMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.jena.fuseki.main.cmds.SetupType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.jena.fuseki.main.auth.BearerMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.jena.fuseki.main.cmds.SetupType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verbose(boolean) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
-
Set verbose logging
- verbose(boolean) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
-
Set verbose logging
- verboseLogging - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- version - Static variable in class org.apache.jena.fuseki.mgt.ServerMgtConst
W
- withCompact - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- withCORS - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- withMetrics - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- withPing - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
- withStats - Variable in class org.apache.jena.fuseki.main.cmds.ServerArgs
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
FusekiServerArgsCustomiser
viaFusekiMain.addCustomiser(FusekiServerArgsCustomiser)
instead.