Uses of Class
de.captaingoldfish.scim.sdk.client.builder.CreateBuilder
Packages that use CreateBuilder
-
Uses of CreateBuilder in de.captaingoldfish.scim.sdk.client
Methods in de.captaingoldfish.scim.sdk.client that return CreateBuilderModifier and TypeMethodDescription<T extends ResourceNode>
CreateBuilder<T>builds a create builder class based on the given type<T extends ResourceNode>
CreateBuilder<T>builds a create builder class based on the given type -
Uses of CreateBuilder in de.captaingoldfish.scim.sdk.client.builder
Methods in de.captaingoldfish.scim.sdk.client.builder that return CreateBuilderModifier and TypeMethodDescriptionCreateBuilder.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 mapCreateBuilder.setResource(com.fasterxml.jackson.databind.JsonNode resource) CreateBuilder.setResource(String resource)