Uses of Class
de.captaingoldfish.scim.sdk.client.builder.ListBuilder.GetRequestBuilder
Packages that use ListBuilder.GetRequestBuilder
-
Uses of ListBuilder.GetRequestBuilder in de.captaingoldfish.scim.sdk.client.builder
Methods in de.captaingoldfish.scim.sdk.client.builder that return ListBuilder.GetRequestBuilderModifier and TypeMethodDescriptionListBuilder.get()list requests can be either send with a get-request or a post requestListBuilder.GetRequestBuilder.setExpectedResponseHeaders(Map<String, String> requiredResponseHeaders) Set this if the SCIM provider is not behaving SCIM compliant by manipulating the expected headers that will be returned from the server null: The headers are checked as normally for the content-type "application/scim+json" empty map: The check of response headers is disabled filled map: The check of the response headers will be done with the entries of this map