Class OriginVetoer
java.lang.Object
org.restheart.security.authorizers.OriginVetoer
- All Implemented Interfaces:
ConfigurablePlugin,Plugin,Authorizer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.restheart.plugins.security.Authorizer
Authorizer.TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisAuthenticationRequired(Request request) voidsetConfiguration(Map<String, Object> args) 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, argOrDefault
-
Constructor Details
-
OriginVetoer
public OriginVetoer()
-
-
Method Details
-
setConfiguration
-
isAllowed
- Specified by:
isAllowedin interfaceAuthorizer
-
isAuthenticationRequired
- Specified by:
isAuthenticationRequiredin interfaceAuthorizer
-