Class FileAclAuthorizer
java.lang.Object
org.restheart.plugins.FileConfigurablePlugin
org.restheart.security.authorizers.FileAclAuthorizer
- All Implemented Interfaces:
ConfigurablePlugin,Plugin,Authorizer
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.restheart.plugins.security.Authorizer
Authorizer.TYPE -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()booleanbooleanisAuthenticationRequired(Request<?> request) Methods inherited from class org.restheart.plugins.FileConfigurablePlugin
initMethods 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
-
Field Details
-
$UNAUTHENTICATED
- See Also:
-
-
Constructor Details
-
FileAclAuthorizer
public FileAclAuthorizer()
-
-
Method Details
-
init
-
consumeConfiguration
- Specified by:
consumeConfigurationin classFileConfigurablePlugin
-
isAllowed
- Specified by:
isAllowedin interfaceAuthorizer- Parameters:
request-- Returns:
-
isAuthenticationRequired
- Specified by:
isAuthenticationRequiredin interfaceAuthorizer
-