Class ACLRegistryVetoer

java.lang.Object
org.restheart.security.authorizers.ACLRegistryVetoer
All Implemented Interfaces:
org.restheart.plugins.ConfigurablePlugin, org.restheart.plugins.Plugin, org.restheart.plugins.security.Authorizer

public class ACLRegistryVetoer extends Object implements org.restheart.plugins.security.Authorizer
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.restheart.plugins.security.Authorizer

    org.restheart.plugins.security.Authorizer.TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isAllowed(org.restheart.exchange.Request<?> request)
     
    boolean
    isAuthenticationRequired(org.restheart.exchange.Request<?> request)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.restheart.plugins.ConfigurablePlugin

    arg, argOrDefault
  • Constructor Details

    • ACLRegistryVetoer

      public ACLRegistryVetoer()
  • Method Details

    • isAllowed

      public boolean isAllowed(org.restheart.exchange.Request<?> request)
      Specified by:
      isAllowed in interface org.restheart.plugins.security.Authorizer
    • isAuthenticationRequired

      public boolean isAuthenticationRequired(org.restheart.exchange.Request<?> request)
      Specified by:
      isAuthenticationRequired in interface org.restheart.plugins.security.Authorizer