Class FullAuthorizer

java.lang.Object
org.restheart.security.authorizers.FullAuthorizer
All Implemented Interfaces:
ConfigurablePlugin, Plugin, Authorizer

public class FullAuthorizer extends Object implements Authorizer
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Constructor Details

    • FullAuthorizer

      public FullAuthorizer(boolean authenticationRequired)
      this Authorizer allows any operation to any user
      Parameters:
      authenticationRequired -
    • FullAuthorizer

      public FullAuthorizer()
      this Authorizer allows any operation to any user
      Throws:
      ConfigurationException
  • Method Details