Uses of Class
org.mockserver.mock.HttpState.ControlPlaneAuthDecision
Packages that use HttpState.ControlPlaneAuthDecision
-
Uses of HttpState.ControlPlaneAuthDecision in org.mockserver.mock
Methods in org.mockserver.mock that return HttpState.ControlPlaneAuthDecisionModifier and TypeMethodDescriptionHttpState.evaluateControlPlaneAuthentication(HttpRequest request) Non-writing control-plane authn + authz decision, shared byHttpState.controlPlaneRequestAuthenticated(HttpRequest, ResponseWriter)(which renders a MockServerHttpResponse) and by control-plane choke points that must render their own transport-specific rejection — notably the dashboard UI WebSocket upgrade, which replies with a raw HTTP handshake response rather than a MockServer response.