Class ACLRegistryProvider

java.lang.Object
org.restheart.security.authorizers.ACLRegistryProvider
All Implemented Interfaces:
org.restheart.plugins.ConfigurablePlugin, org.restheart.plugins.Plugin, org.restheart.plugins.Provider<org.restheart.security.ACLRegistry>

public class ACLRegistryProvider extends Object implements org.restheart.plugins.Provider<org.restheart.security.ACLRegistry>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.restheart.security.ACLRegistry
    get(org.restheart.plugins.PluginRecord<?> caller)
     

    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

    Methods inherited from interface org.restheart.plugins.Provider

    name, rawType, type
  • Constructor Details

    • ACLRegistryProvider

      public ACLRegistryProvider()
  • Method Details

    • get

      public org.restheart.security.ACLRegistry get(org.restheart.plugins.PluginRecord<?> caller)
      Specified by:
      get in interface org.restheart.plugins.Provider<org.restheart.security.ACLRegistry>