| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.client | |
| de.captaingoldfish.scim.sdk.client.builder |
| Modifier and Type | Method and Description |
|---|---|
<T extends ResourceNode> |
ScimRequestBuilder.list(Class<T> type)
builds an update builder class based on the given type
|
| Modifier and Type | Method and Description |
|---|---|
ListBuilder<T> |
ListBuilder.attributes(String... attributeNames)
adds the attributes that should be returned by the service provider
|
ListBuilder<T> |
ListBuilder.FilterBuilder.build()
builds the filter string and puts it into the parameter map of the list builder instance
|
ListBuilder<T> |
ListBuilder.count(int count)
sets the count parameter for the maximum number of entries that should be returned
|
ListBuilder<T> |
ListBuilder.custom(String attributeName,
String attribute)
adds additional custom parameters to the request that are unknown by the SCIM specification
|
ListBuilder<T> |
ListBuilder.excludedAttributes(String... attributeNames)
adds the excluded attributes that should not be returned by the service provider
|
ListBuilder<T> |
ListBuilder.filter(String filter)
sets the given filter as attribute
|
ListBuilder<T> |
ListBuilder.sortBy(String sortBy)
sets the attribute name that should be used for sorting the entries
|
ListBuilder<T> |
ListBuilder.sortOrder(SortOrder sortOrder)
sets the sorting order of the resources
|
ListBuilder<T> |
ListBuilder.startIndex(long startIndex)
sets the startIndex parameter for the first entry that should be returned
|
| Constructor and Description |
|---|
FilterBuilder(ListBuilder<T> listBuilder,
String attributeName,
Comparator comparator,
String value,
boolean openParenthesis) |
GetRequestBuilder(ListBuilder<T> listBuilder) |
PostRequestBuilder(ListBuilder<T> listBuilder) |
Copyright © 2020. All rights reserved.