Class Summary |
CertRequestParameters |
Prepares the request parameters for the certification request servlet |
CertRequestServlet |
Takes a SPKAC request, creates a SSL X509 certificate, sends that back to the
user and is happy |
DereferencingRequestServlet |
Handles Linked Data derferencing requests, creates a SPARQL DESCRIBE QUERY by
looking up the named graphs the requested resource appears in, and forwards
to an URL containing this query |
QueryRequestParameters |
Prepares the request parameters for the query request servlet |
QueryRequestServlet |
Processes a SPARQL SELECT, DESCRIBE or CONSTRUCT query, evaluates the access
policy for the RDF Graph mentioned in the query, loads the graph, determines
the authorized triples, executes the query on the authorized triples, and
formats the results. |
RuleRequestParameters |
Prepares the request parameters for the rule access servlet |
RuleRequestServlet |
Updates the access policy for a given RDF dataset. |
Servlet |
Base class for all PeLDS servlets, provides access to configuration and
supports error communication |
UpdateRequestParameters |
Prepares the request parameters for the data update servlet |
UpdateRequestServlet |
Processes a SPARQL/Update request on one given dataset, evaluates the access
policy for the RDF Graph mentioned in the query, loads the graph, executes
the query and checks if the changes were permitted by the given access
policy. |