Class AccessCtl_GSP_R

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

    Constructors
    Constructor
    Description
    AccessCtl_GSP_R(Function<org.apache.jena.fuseki.servlets.HttpAction,String> determineUser)
     
  • Method Summary

    Methods inherited from class org.apache.jena.fuseki.servlets.GSP_Base

    validate

    Methods inherited from class org.apache.jena.fuseki.servlets.ActionREST

    execAny, execute, process

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.jena.fuseki.servlets.ActionProcessor

    execDelete, execGet, execHead, execOptions, execPatch, execPost, execPut, execTrace
  • Constructor Details

    • AccessCtl_GSP_R

      public AccessCtl_GSP_R(Function<org.apache.jena.fuseki.servlets.HttpAction,String> determineUser)