Class AccessCtl_Deny

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

public class AccessCtl_Deny extends org.apache.jena.fuseki.servlets.ActionService
An ActionService that rejects requests.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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

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

    • AccessCtl_Deny

      public AccessCtl_Deny(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)