Uses of Class
de.captaingoldfish.scim.sdk.client.builder.RequestBuilder
Packages that use RequestBuilder
-
Uses of RequestBuilder in de.captaingoldfish.scim.sdk.client.builder
Subclasses of RequestBuilder in de.captaingoldfish.scim.sdk.client.builderModifier and TypeClassDescriptionclassauthor Pascal Knueppel
created at: 08.03.2020
classCreateBuilder<T extends ResourceNode>author Pascal Knueppel
created at: 07.12.2019 - 23:13
classDeleteBuilder<T extends ResourceNode>author Pascal Knueppel
created at: 16.12.2019 - 11:35
classETagRequestBuilder<T extends ResourceNode>author Pascal Knueppel
created at: 13.12.2019 - 09:02
an abstract class for request builder that may use etags in the requestsclassGetBuilder<T extends ResourceNode>author Pascal Knueppel
created at: 13.12.2019 - 08:21
static classListBuilder.GetRequestBuilder<T extends ResourceNode>a request builder that builds the list-request as a http-get requeststatic classListBuilder.PostRequestBuilder<T extends ResourceNode>a request builder that builds the list-request as a http-post requestclassPatchBuilder<T extends ResourceNode>allows to build a patch request that can be sent to the server
created at: 01.05.2020classUpdateBuilder<T extends ResourceNode>author Pascal Knueppel
created at: 16.12.2019 - 12:04
Methods in de.captaingoldfish.scim.sdk.client.builder that return RequestBuilderModifier and TypeMethodDescriptionprotected RequestBuilder<T>RequestBuilder.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 mapprotected RequestBuilder<T>RequestBuilder.setResource(com.fasterxml.jackson.databind.JsonNode resource) protected RequestBuilder<T>RequestBuilder.setResource(String resource)