Uses of Class
de.captaingoldfish.scim.sdk.client.builder.GetBuilder
Packages that use GetBuilder
-
Uses of GetBuilder in de.captaingoldfish.scim.sdk.client
Methods in de.captaingoldfish.scim.sdk.client that return GetBuilderModifier and TypeMethodDescription<T extends ResourceNode>
GetBuilder<T>builds a get builder that is used to access a singleton resource from the provider<T extends ResourceNode>
GetBuilder<T>builds a get builder class based on the given type<T extends ResourceNode>
GetBuilder<T>builds a get builder class based on the given type -
Uses of GetBuilder in de.captaingoldfish.scim.sdk.client.builder
Methods in de.captaingoldfish.scim.sdk.client.builder that return GetBuilderModifier and TypeMethodDescriptionGetBuilder.setETagForIfMatch(ETag version) uses the given version with a If-Match header in the requestGetBuilder.setETagForIfMatch(String version) uses the given version with a If-Match header in the requestGetBuilder.setETagForIfNoneMatch(ETag version) uses the given version with a If-Match header in the requestGetBuilder.setETagForIfNoneMatch(String version) uses the given version with a If-Match header in the requestGetBuilder.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