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 -
Method Summary
Modifier and TypeMethodDescriptionorg.restheart.security.ACLRegistryget(org.restheart.plugins.PluginRecord<?> caller) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.restheart.plugins.ConfigurablePlugin
arg, argOrDefaultMethods 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:
getin interfaceorg.restheart.plugins.Provider<org.restheart.security.ACLRegistry>
-