Class AccessCtl_AllowGET

java.lang.Object
org.apache.jena.fuseki.servlets.ActionBase
org.apache.jena.fuseki.servlets.ActionService
org.apache.jena.fuseki.access.AccessCtl_AllowGET
All Implemented Interfaces:
org.apache.jena.fuseki.servlets.ActionLifecycle, org.apache.jena.fuseki.servlets.ActionProcessor

public class AccessCtl_AllowGET extends org.apache.jena.fuseki.servlets.ActionService
Wrapper for an ActionService that rejects a request with a "write" HTTP method to an graph-access-controlled dataset. Graph-access-controlled dataset only support reads (query and GSP GET).
  • Constructor Summary

    Constructors
    Constructor
    Description
    AccessCtl_AllowGET(org.apache.jena.fuseki.servlets.ActionService other, String label)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execAny(String methodName, org.apache.jena.fuseki.servlets.HttpAction action)
     
    void
    execGet(org.apache.jena.fuseki.servlets.HttpAction action)
     
    void
    execHead(org.apache.jena.fuseki.servlets.HttpAction action)
     
    void
    execute(org.apache.jena.fuseki.servlets.HttpAction action)
     
    void
    validate(org.apache.jena.fuseki.servlets.HttpAction action)
     

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

    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, execOptions, execPatch, execPost, execPut, execTrace
  • Constructor Details

    • AccessCtl_AllowGET

      public AccessCtl_AllowGET(org.apache.jena.fuseki.servlets.ActionService other, String label)
  • Method Details

    • validate

      public void validate(org.apache.jena.fuseki.servlets.HttpAction action)
    • execute

      public void execute(org.apache.jena.fuseki.servlets.HttpAction action)
    • execHead

      public void execHead(org.apache.jena.fuseki.servlets.HttpAction action)
    • execGet

      public void execGet(org.apache.jena.fuseki.servlets.HttpAction action)
    • execAny

      public void execAny(String methodName, org.apache.jena.fuseki.servlets.HttpAction action)