Class AuthorizationController

java.lang.Object
io.quarkus.security.spi.runtime.AuthorizationController
Direct Known Subclasses:
DevModeDisabledAuthorizationController

@Singleton public class AuthorizationController extends Object
controller that allows authorization to be disabled in tests.
  • Constructor Details

    • AuthorizationController

      public AuthorizationController()
  • Method Details

    • isAuthorizationEnabled

      public boolean isAuthorizationEnabled()