Uses of Interface
org.mockserver.mock.action.ExpectationCallback
Packages that use ExpectationCallback
Package
Description
-
Uses of ExpectationCallback in org.mockserver.closurecallback.websocketclient
Methods in org.mockserver.closurecallback.websocketclient with parameters of type ExpectationCallbackModifier and TypeMethodDescriptionWebSocketClient.registerExpectationCallback(ExpectationCallback<T> expectationCallback, ExpectationForwardAndResponseCallback expectationForwardResponseCallback, InetSocketAddress serverAddress, String contextPath, boolean isSecure) -
Uses of ExpectationCallback in org.mockserver.closurecallback.websocketregistry
Methods in org.mockserver.closurecallback.websocketregistry with parameters of type ExpectationCallbackModifier and TypeMethodDescriptionstatic voidLocalCallbackRegistry.registerCallback(String clientId, ExpectationCallback<?> expectationCallback) -
Uses of ExpectationCallback in org.mockserver.examples.mockserver
Classes in org.mockserver.examples.mockserver that implement ExpectationCallbackModifier and TypeClassDescriptionstatic classstatic class -
Uses of ExpectationCallback in org.mockserver.mock.action
Subinterfaces of ExpectationCallback in org.mockserver.mock.actionModifier and TypeInterfaceDescriptioninterfaceinterfaceinterface -
Uses of ExpectationCallback in org.mockserver.model
Method parameters in org.mockserver.model with type arguments of type ExpectationCallbackModifier and TypeMethodDescriptionstatic HttpClassCallbackHttpClassCallback.callback(Class<? extends ExpectationCallback<? extends HttpMessage>> callbackClass) Static builder to create a callback, which take a callback class.HttpClassCallback.withCallbackClass(Class<? extends ExpectationCallback<? extends HttpMessage>> callbackClass) The class to callback -
Uses of ExpectationCallback in org.mockserver.oidc
Classes in org.mockserver.oidc that implement ExpectationCallbackModifier 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 ExpectationCallback in org.mockserver.saml
Classes in org.mockserver.saml that implement ExpectationCallbackModifier 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 ExpectationCallback in org.mockserver.scim
Classes in org.mockserver.scim that implement ExpectationCallbackModifier 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 ExpectationCallback in org.mockserver.testing.integration.callback
Classes in org.mockserver.testing.integration.callback that implement ExpectationCallbackModifier and TypeClassDescriptionclassclassclassclass