Package org.mockserver.scim
Class ScimCollectionCallback
java.lang.Object
org.mockserver.scim.ScimCollectionCallback
- All Implemented Interfaces:
ExpectationCallback<HttpResponse>,ExpectationResponseCallback
Serves the SCIM collection endpoints:
GET <basePath>/Users|Groups (list with optional
filter + pagination) and POST <basePath>/Users|Groups (create).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandle(HttpRequest request) Called for every request when expectation condition has been satisfied.
-
Constructor Details
-
ScimCollectionCallback
public ScimCollectionCallback()
-
-
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
-