Package org.restheart.plugins.security
Interface Authorizer
-
- All Superinterfaces:
ConfigurablePlugin,Plugin
public interface Authorizer extends ConfigurablePlugin
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAllowed(Request request)booleanisAuthenticationRequired(Request request)
-