Package org.mockserver.scim
Class ScimResourceCallback
java.lang.Object
org.mockserver.scim.ScimResourceCallback
- All Implemented Interfaces:
ExpectationCallback<HttpResponse>,ExpectationResponseCallback
Serves the SCIM single-resource endpoints:
GET, PUT, PATCH, DELETE
on <basePath>/Users|Groups/{id}.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandle(HttpRequest request) Called for every request when expectation condition has been satisfied.
-
Constructor Details
-
ScimResourceCallback
public ScimResourceCallback()
-
-
Method Details
-
handle
Description copied from interface:ExpectationResponseCallbackCalled for every request when expectation condition has been satisfied. The request that satisfied the expectation condition is passed as the parameter and the return value is the request that will be returned.- Parameters:
request- the request that satisfied the expectation condition- Returns:
- the response that will be returned
-