Index

A B C D E F G H I J L M N O P R S V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

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
 
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.
addHandler(Server, Handler) - Static method in class org.apache.jena.fuseki.main.sys.JettyLib
Add or append a Handler to a Jetty Server.
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
asList() - Method in class org.apache.jena.fuseki.main.sys.FusekiModules
Return an immutable list of modules.
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 verifies a JWT as bearer authentication.
AuthBearerFilter(Function<String, String>, AuthBearerFilter.BearerMode) - Constructor for class org.apache.jena.fuseki.main.auth.AuthBearerFilter
Create a servlet filter that verifies a JWT as bearer authentication.
AuthBearerFilter.BearerMode - Enum Class in org.apache.jena.fuseki.main.auth
 
authMode - Static variable in class org.apache.jena.fuseki.main.JettySecurityLib
Current auth mode

B

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
 

C

configDataAccessPoint(DataAccessPoint, Model) - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
This method is called for each DataAccessPoint by the default implementation of FusekiBuildCycle.configured(org.apache.jena.fuseki.main.FusekiServer.Builder, org.apache.jena.fuseki.server.DataAccessPointRegistry, org.apache.jena.rdf.model.Model) after the new servers DataAccessPointRegistry 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 of FusekiBuildCycle.configured(org.apache.jena.fuseki.main.FusekiServer.Builder, org.apache.jena.fuseki.server.DataAccessPointRegistry, org.apache.jena.rdf.model.Model) after the new servers DataAccessPointRegistry 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 of FusekiBuildCycle.configured(org.apache.jena.fuseki.main.FusekiServer.Builder, org.apache.jena.fuseki.server.DataAccessPointRegistry, org.apache.jena.rdf.model.Model) after the new servers DataAccessPointRegistry has been built.
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
 
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.
contains(FusekiModule) - Method in class org.apache.jena.fuseki.main.sys.FusekiModules
Test whether a code module is registered.
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.
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(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
Return a builder, with a custom set of operation-action mappings.

D

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().
destroy() - Method in class org.apache.jena.fuseki.main.auth.AuthBearerFilter
 
dftAuthMode - Static variable in class org.apache.jena.fuseki.main.JettySecurityLib
Default setting.
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
 

E

empty() - Static method in class org.apache.jena.fuseki.main.sys.FusekiModules
A Fuseki module with no members.
enable(boolean) - Static method in class org.apache.jena.fuseki.main.sys.FusekiAutoModules
Enable/disable discovery of modules using the service loader.
enableCompact(boolean) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
Add the "/$/compact/*" servlet that triggers compaction for specified dataset.
enableCors(boolean, String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
Add the Cross Origin (CORS) filter.
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
envLogLoadingProperty - Static variable in class org.apache.jena.fuseki.main.sys.FusekiAutoModules
 
errorHandler(ErrorHandler) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
Set an ErrorHandler.

F

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 disptch and execution.
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
Control of FusekiAutoModule found via ServiceLoader.
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.
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
 
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
 
FusekiMainInfo - Class in org.apache.jena.fuseki.main
 
FusekiMainInfo() - Constructor for class org.apache.jena.fuseki.main.FusekiMainInfo
 
FusekiModule - Interface in org.apache.jena.fuseki.main.sys
Module interface for Fuseki.
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
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
FusekiStartStop - Interface in org.apache.jena.fuseki.main.sys
Interface for server starting and stopping.

G

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.
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.
getModules() - Method in class org.apache.jena.fuseki.main.FusekiServer
Return the list of FusekiModules 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.

H

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.

I

init() - Static method in class org.apache.jena.fuseki.main.sys.InitFuseki
Load modules, call "start()".
init(FilterConfig) - Method in class org.apache.jena.fuseki.main.auth.AuthBearerFilter
 
InitFuseki - Class in org.apache.jena.fuseki.main.sys
Jena initialization.
InitFuseki() - Constructor for class org.apache.jena.fuseki.main.sys.InitFuseki
 
isEnabled() - Static method in class org.apache.jena.fuseki.main.sys.FusekiAutoModules
Whether the system loaded modules are enabled.

J

JettyConfigException(String) - Constructor for exception org.apache.jena.fuseki.main.JettyServer.JettyConfigException
 
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 class org.apache.jena.fuseki.main.sys.InitFuseki
 
load() - Static method in class org.apache.jena.fuseki.main.sys.FusekiAutoModules
Load the the system wide Fuseki modules if it has not already been loaded.
logCode(Logger) - Static method in class org.apache.jena.fuseki.main.FusekiMainInfo
Details of the code version.
logLoadingProperty - Static variable in class org.apache.jena.fuseki.main.sys.FusekiAutoModules
 
logServer(Logger, FusekiServer, boolean) - Static method in class org.apache.jena.fuseki.main.FusekiMainInfo
Log server details.
logServerCode(Logger) - Static method in class org.apache.jena.fuseki.main.FusekiMainInfo
Log details about the code version
logServerConnections(Logger, FusekiServer) - Static method in class org.apache.jena.fuseki.main.FusekiMainInfo
The the server connection setup
logServerDatasets(Logger, FusekiServer, boolean) - Static method in class org.apache.jena.fuseki.main.FusekiMainInfo
Log information about datasets in this server
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.main.cmds.FusekiMainCmd
Build and run, a server based on command line syntax.
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.
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 the ActionServices.
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 the ActionServices.

N

name() - Method in interface org.apache.jena.fuseki.main.sys.FusekiAutoModule
 
name() - Method in interface org.apache.jena.fuseki.main.sys.FusekiBuildCycle
Display name to identify this module.
name() - Method in interface org.apache.jena.fuseki.main.sys.FusekiModule
 
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
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

OPTIONAL - Enum constant in enum class org.apache.jena.fuseki.main.auth.AuthBearerFilter.BearerMode
 
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
 

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.
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(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
 
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.

R

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.
remove(String) - Method in class org.apache.jena.fuseki.main.FusekiServer.Builder
Remove the dataset from being built.
REQUIRED - Enum constant in enum class org.apache.jena.fuseki.main.auth.AuthBearerFilter.BearerMode
 
run - Class in fuseki
Run FusekiMain.
run() - Constructor for class fuseki.run
 

S

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.
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.
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.
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.
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
Sever reload.
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".
servletContextName(String) - Method in class org.apache.jena.fuseki.main.JettyServer.Builder
ServletContextName.
setMimeTypes(ServletContextHandler) - Static method in class org.apache.jena.fuseki.main.sys.JettyLib
Add the RDF MIME Type mappings
setup() - Static method in class org.apache.jena.fuseki.main.sys.FusekiAutoModules
Setup discovery of modules using the service loader.
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.InitFuseki
 
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.InitFuseki
 

V

valueOf(String) - Static method in enum class org.apache.jena.fuseki.main.auth.AuthBearerFilter.BearerMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.jena.fuseki.main.auth.AuthBearerFilter.BearerMode
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
A B C D E F G H I J L M N O P R S V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form