java.lang.Object
org.apache.jena.fuseki.servlets.ActionBase
org.apache.jena.fuseki.servlets.ActionService
org.apache.jena.fuseki.servlets.ActionREST
org.apache.jena.fuseki.servlets.GSP_Base
org.apache.jena.fuseki.servlets.GSP_R
org.apache.jena.fuseki.access.AccessCtl_GSP_R
- All Implemented Interfaces:
org.apache.jena.fuseki.servlets.ActionLifecycle,org.apache.jena.fuseki.servlets.ActionProcessor
public class AccessCtl_GSP_R
extends org.apache.jena.fuseki.servlets.GSP_R
-
Constructor Summary
ConstructorsConstructorDescriptionAccessCtl_GSP_R(Function<org.apache.jena.fuseki.servlets.HttpAction, String> determineUser) -
Method Summary
Methods inherited from class org.apache.jena.fuseki.servlets.GSP_Base
validateMethods inherited from class org.apache.jena.fuseki.servlets.ActionREST
execAny, execute, processMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor
execDelete, execGet, execHead, execOptions, execPatch, execPost, execPut, execTrace
-
Constructor Details
-
AccessCtl_GSP_R
-