Class ControlPlaneAuthenticationHandlerFactory.DenyAllAuthenticationHandler

java.lang.Object
org.mockserver.authentication.ControlPlaneAuthenticationHandlerFactory.DenyAllAuthenticationHandler
All Implemented Interfaces:
AuthenticationHandler
Enclosing class:
ControlPlaneAuthenticationHandlerFactory

public static class ControlPlaneAuthenticationHandlerFactory.DenyAllAuthenticationHandler extends Object implements AuthenticationHandler
Rejects every control-plane request. Used when authentication is required but the configured mechanism could not be constructed, so the failure mode is closed rather than open.
  • Constructor Details

    • DenyAllAuthenticationHandler

      public DenyAllAuthenticationHandler()
  • Method Details