Uses of Interface
org.mockserver.mock.action.ExpectationResponseCallback
Packages that use ExpectationResponseCallback
Package
Description
-
Uses of ExpectationResponseCallback in org.mockserver.client
Methods in org.mockserver.client with parameters of type ExpectationResponseCallbackModifier and TypeMethodDescriptionForwardChainExpectation.respond(ExpectationResponseCallback expectationResponseCallback) Call method on object locally or remotely (over web socket) to generate response to return when expectation is matchedForwardChainExpectation.respond(ExpectationResponseCallback expectationResponseCallback, Delay delay) Call method on object locally or remotely (over web socket) to generate response to return when expectation is matched -
Uses of ExpectationResponseCallback in org.mockserver.closurecallback.websocketregistry
Methods in org.mockserver.closurecallback.websocketregistry that return ExpectationResponseCallbackModifier and TypeMethodDescriptionstatic ExpectationResponseCallbackLocalCallbackRegistry.retrieveResponseCallback(String clientId) Methods in org.mockserver.closurecallback.websocketregistry that return types with arguments of type ExpectationResponseCallbackModifier and TypeMethodDescriptionstatic Map<String,ExpectationResponseCallback> LocalCallbackRegistry.responseCallbackRegistry() -
Uses of ExpectationResponseCallback in org.mockserver.examples.mockserver
Classes in org.mockserver.examples.mockserver that implement ExpectationResponseCallbackModifier and TypeClassDescriptionstatic class -
Uses of ExpectationResponseCallback in org.mockserver.oidc
Classes in org.mockserver.oidc that implement ExpectationResponseCallbackModifier and TypeClassDescriptionclassMock OIDC/authorizeendpoint implementing the OAuth2 authorization-code grant.classMock OIDC/OAuth2 device-authorization endpoint, implementing the OAuth 2.0 Device Authorization Grant (RFC 8628 ยง3.2).classMock OIDC/OAuth2 introspection endpoint (RFC 7662).classMock OIDC end-session (/logout) endpoint, theend_session_endpointadvertised in the discovery document.classMock OIDC/tokenendpoint. -
Uses of ExpectationResponseCallback in org.mockserver.saml
Classes in org.mockserver.saml that implement ExpectationResponseCallbackModifier and TypeClassDescriptionclassMock SAML 2.0 IdP Single-Logout (SLO) endpoint implementing the HTTP-POST profile.classMock SAML 2.0 IdP Single-Sign-On endpoint implementing the SP-initiated Web-Browser-SSO POST profile. -
Uses of ExpectationResponseCallback in org.mockserver.scim
Classes in org.mockserver.scim that implement ExpectationResponseCallbackModifier and TypeClassDescriptionclassServes the SCIM collection endpoints:GET <basePath>/Users|Groups(list with optional filter + pagination) andPOST <basePath>/Users|Groups(create).classServes the SCIM single-resource endpoints:GET,PUT,PATCH,DELETEon<basePath>/Users|Groups/{id}. -
Uses of ExpectationResponseCallback in org.mockserver.testing.integration.callback
Classes in org.mockserver.testing.integration.callback that implement ExpectationResponseCallbackModifier and TypeClassDescriptionclassclass